|
From: John H. <jdh...@ac...> - 2006-04-18 15:56:56
|
>>>>> "Duncan" == Duncan Brown <db...@li...> writes:
Duncan> Is there some kind of maximum size for a
Duncan> matplotlib.lines.Line2D instance? I am trying to make
Duncan> plots of noise for signal processing, and matplotlib fails
Duncan> to plot the entire array of data. For example, if I
Duncan> generate 262144 random numbers with
This was a bug in the line drawing functionality of the Agg backend,
and it is fixed in svn revision 2300. Thanks for the report!
JDH
|