[Matplotlib-users] Python for Scientists - courses in Germany and US

2012-01-13 Thread Mike Müller
Learn matplotlib and Much More == Scientists like Python. If you would like to learn more about important libraries for scientific applications, you might be interested in these courses. The course in Germany covers: - Overview of libraries - NumPy - Data storage

Re: [Matplotlib-users] use legend's 'best' location for a text box

2012-01-13 Thread Jae-Joon Lee
As far as I know, No, there is no such way inside matplotlib that does that for you. But, in theory, it should not be very difficult to implement. Can you open a new issue on our github page? Regards, -JJ On Thu, Jan 12, 2012 at 4:16 AM, Craig the Demolishor destrooo...@gmail.com wrote: Hi,

[Matplotlib-users] How do you change the position of an annotation?

2012-01-13 Thread Yann Tambouret
I'm trying to update the position of an annotation. If I add an annotation, change it's position using set_position, I find the value of the position (found using get_position) is updated, but the actual position on the figure does not change. How can I actually change the position of the text and

[Matplotlib-users] [Python] How to show milliseconds with time?

2012-01-13 Thread Fabien Lafont
How can I show the milliseconds with the library time because time.time is precise (or at least show) up to 0.01 seconds and it seems it's not possible to print more than seconds... An idea? I use time.strftime(%H:%M:%S, gmtime(time.time())) Fabien