Re: [Matplotlib-users] bug in NavigationToolbar2QT ?

2009-01-20 Thread Michael Droettboom
My understanding is that that behavior is deliberate. If the tick labels are changed to something completely arbitrary, how can the toolbar know what to display? Mike Michael Dovrat wrote: I have noticed that in the NavigationToolbar2QT there is a small display of x,y coordinates at the

Re: [Matplotlib-users] PS backend

2009-01-20 Thread Michael Droettboom
Which version of matplotlib and ghostscript are you using? With matplotlib SVN trunk and gs 7.07, I can't reproduce this here, either with your provided ps file or generating it myself. Paul Novak wrote: Hello, I am having some problems with the PS backend. I used the following script to

Re: [Matplotlib-users] Strange problem with savefig?

2009-01-20 Thread Michael Droettboom
Can you provide any more information, such as your f2py module? How are you passing the array to/from Python? Perhaps it is getting destroyed (dereferenced to the point of it being deleted by the Python interpreter) and you're re-using a dangling pointer? Mike George Nurser wrote: I am

Re: [Matplotlib-users] bug in NavigationToolbar2QT ?

2009-01-20 Thread John Hunter
On Tue, Jan 20, 2009 at 7:17 AM, Michael Droettboom md...@stsci.edu wrote: My understanding is that that behavior is deliberate. If the tick labels are changed to something completely arbitrary, how can the toolbar know what to display? Mike Michael Dovrat wrote: I have noticed that in

Re: [Matplotlib-users] plot a data stream with matplotlib

2009-01-20 Thread Simone Gabbriellini
Ryan, You'd want to look at the animation examples in examples/animation. The exact details will depend upon what backend you want to use, but strip_chart_demo.py, simple_anim_gtk.py, and gtk_timeout.py are good places to start. I tried the strip_chart_demo.py, which is my case, but at

Re: [Matplotlib-users] plot a data stream with matplotlib

2009-01-20 Thread Simone Gabbriellini
Sorry I made a mistake... what I mean is that I tryed the code in the section GUI neutral animation in pylab from http://www.scipy.org/Cookbook/Matplotlib/Animations, which is my case... and, as I said, nothing is drawn in the window untill the function ends the cycle, then the line is displayed

Re: [Matplotlib-users] PS backend

2009-01-20 Thread Paul Novak
I am using matplotlib SVN revision 6810, and GSview 4.9 for Windows. Paul Michael Droettboom wrote: Which version of matplotlib and ghostscript are you using? With matplotlib SVN trunk and gs 7.07, I can't reproduce this here, either with your provided ps file or generating it myself.

[Matplotlib-users] Zip Archive for the gallery plot

2009-01-20 Thread Tim Michelsen
Hello, are the nice examples from gallery on the matplotlib homepage somewhere available as a ZIP-archive? I would like to have them as reference during time I am not connected to the net. Thanks and regards, Timmie

Re: [Matplotlib-users] Two bugs in quiver?

2009-01-20 Thread George Nurser
Downloaded latest svn numpy and matplotlib and it works perfectly now. Thanks for sorting it out so quickly. George. 2009/1/20 Eric Firing efir...@hawaii.edu: George Nurser wrote: I think there may be two bugs in quiver. Actually just 1... 1. Quiver doesn't seem to accept 1D arrays X and

Re: [Matplotlib-users] Zip Archive for the gallery plot

2009-01-20 Thread Sandro Tosi
Hello, On Mon, Jan 19, 2009 at 19:32, Tim Michelsen timmichel...@gmx-topmail.de wrote: Hello, are the nice examples from gallery on the matplotlib homepage somewhere available as a ZIP-archive? I would like to have them as reference during time I am not connected to the net. In case you're

[Matplotlib-users] ImportError: No module named pyplot

2009-01-20 Thread mzs
Hi, I am using Ubuntu Gutsy 7.10 and want to use matplotlib.pyplot but when I execute: import matplotlib.pyplot as plt I get: import matplotlib.plot as plt Traceback (most recent call last): File stdin, line 1, in module ImportError: No module named plot I installed matplotlib using

Re: [Matplotlib-users] ImportError: No module named pyplot

2009-01-20 Thread Ryan May
mzs wrote: Hi, I am using Ubuntu Gutsy 7.10 and want to use matplotlib.pyplot but when I execute: import matplotlib.pyplot as plt I get: import matplotlib.plot as plt Traceback (most recent call last): File stdin, line 1, in module ImportError: No module named plot I