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 "", line 1, in
> ImportError: No module named plot
>
> I
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 "", line 1, in
ImportError: No module named plot
I installed matplotlib using synaptic.
Hello,
On Mon, Jan 19, 2009 at 19:32, Tim Michelsen
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 using Debian (or a De
Downloaded latest svn numpy and matplotlib and it works perfectly now.
Thanks for sorting it out so quickly.
George.
2009/1/20 Eric Firing :
> 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 Y if t
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
-
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.
>
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
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
On Tue, Jan 20, 2009 at 7:17 AM, Michael Droettboom 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 the Navig
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 fin
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 t
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 r
12 matches
Mail list logo