I noticed in your output that another figure seems to have been created
(you see its output as ""). It
would be useful to add some print statements to figure out exactly which
line is emitting that. Second, you are calling "plt.savefig()" in the
for-loop for the same filename. I suspect that isn't
This is coming out of the pandas plotting tools, you might get better
answers on their mailing list.
Tom
On Sat, May 16, 2015 at 11:51 AM Juan Wu wrote:
> Hi, List experts,
>
> I have a matplotlib problem when I tried to use a tool called HDDM. As
> HDDM is another issue, I here just post my pr
Hi, List experts,
I have a matplotlib problem when I tried to use a tool called HDDM. As
HDDM is another issue, I here just post my problem with Matplotlib. In
short, the error alarm appeard when I input fig = plt.figure(). I am a
beginner with those stuff.
I would appreciate if anyone can give m
Neal Becker wrote:
> On Friday 16 January 2009, Eric Firing wrote:
>> Neal Becker wrote:
>>> pylab.plot (xaxis, log10 (the_sum)*10)
>>> where xaxis is numpy array, and log10(the_sum)*10 is my own class that is
>>> a valid python sequence (it is a c++ wrapper around boost::ublas), gives:
>>> Fil
Neal Becker wrote:
> On Friday 16 January 2009, Eric Firing wrote:
>> Neal Becker wrote:
>>> pylab.plot (xaxis, log10 (the_sum)*10)
>>> where xaxis is numpy array, and log10(the_sum)*10 is my own class that is
>>> a valid python sequence (it is a c++ wrapper around boost::ublas), gives:
>>> Fil
Neal Becker wrote:
> pylab.plot (xaxis, log10 (the_sum)*10)
> where xaxis is numpy array, and log10(the_sum)*10 is my own class that is a
> valid python sequence (it is a c++ wrapper around boost::ublas), gives:
> File "/usr/lib/python2.5/site-packages/matplotlib-0.98.5.2-py2.5-linux-
> x86_
On Friday 16 January 2009, Eric Firing wrote:
> Neal Becker wrote:
> > pylab.plot (xaxis, log10 (the_sum)*10)
> > where xaxis is numpy array, and log10(the_sum)*10 is my own class that is
> > a valid python sequence (it is a c++ wrapper around boost::ublas), gives:
> > File "/usr/lib/python2.5/
On Friday 16 January 2009, Eric Firing wrote:
> Neal Becker wrote:
> > pylab.plot (xaxis, log10 (the_sum)*10)
> > where xaxis is numpy array, and log10(the_sum)*10 is my own class that is
> > a valid python sequence (it is a c++ wrapper around boost::ublas), gives:
> > File "/usr/lib/python2.5/
Neal Becker wrote:
> pylab.plot (xaxis, log10 (the_sum)*10)
> where xaxis is numpy array, and log10(the_sum)*10 is my own class that is a
> valid python sequence (it is a c++ wrapper around boost::ublas), gives:
> File "/usr/lib/python2.5/site-packages/matplotlib-0.98.5.2-py2.5-linux-
> x86_
pylab.plot (xaxis, log10 (the_sum)*10)
where xaxis is numpy array, and log10(the_sum)*10 is my own class that is a
valid python sequence (it is a c++ wrapper around boost::ublas), gives:
File "/usr/lib/python2.5/site-packages/matplotlib-0.98.5.2-py2.5-linux-
x86_64.egg/matplotlib/pyplot.py",
This is just to let you know that I fixed the plot problem by installing
the newest Matplotlib (0.87.7) and creating ~/.matplotlib/matplotlibrc.
Adam, John and Gary, thank you very much!
Axel.
Gary wrote:
>> Axel> John, thanks for your suggestion. I would never have thought
>> Axel> of
John Hunter wrote:
>> "Axel" == Axel Brink <[EMAIL PROTECTED]> writes:
>>
> Axel> John, thanks for your suggestion. I would never have thought
> Axel> of looking for the cause of the problem in that
> Axel> direction. However, it isn't solved yet. The verbose mode
>
> "Axel" == Axel Brink <[EMAIL PROTECTED]> writes:
Axel> John, thanks for your suggestion. I would never have thought
Axel> of looking for the cause of the problem in that
Axel> direction. However, it isn't solved yet. The verbose mode
Axel> yielded the line "numerix Numeric 23.
> Axel> Hello there, I have a strange plotting problem. In the
> Axel> example below I expect three equal plots of f, g and h: a
> Axel> simple inclined line, but g and h produce a sawtooth
> Axel> plot. What do I do wrong? Any help would be greatly
> Axel> appreceated.
>
> Not
> "Axel" == Axel Brink <[EMAIL PROTECTED]> writes:
Axel> Hello there, I have a strange plotting problem. In the
Axel> example below I expect three equal plots of f, g and h: a
Axel> simple inclined line, but g and h produce a sawtooth
Axel> plot. What do I do wrong? Any help wo
Hello there,
I have a strange plotting problem. In the example below I expect three
equal plots of f, g and h: a simple inclined line, but g and h produce a
sawtooth plot. What do I do wrong? Any help would be greatly appreceated.
Sincerely,
Axel Brink.
import numpy, pylab
f = range(500)
g =
16 matches
Mail list logo