Is there a way to programmatically write line labels, as in the
attached image? If it doesn't go through the list, basically I want a
label at the end of each of 10 or so lines in a plot.
Tx
<>
___
Matplotlib-users mailing list
Matplotlib-users@lists.s
I have data with missing values represented by nans (like array([1.0,
nan, 3.0]) that I am plotting with pylab.semilogy(). Unfortunately,
the lines are getting connected through the nans, while I was hoping
they would be left empty. If someone could tell me how to get empty
lines, that would be g
Masked arrays seem to do the trick.
Is there a reason why the nan thing won't work?
On 7/16/06, PGM <[EMAIL PROTECTED]> wrote:
> On Sunday 16 July 2006 19:38, Webb Sprague wrote:
> > I have data with missing values represented by nans (like array([1.0,
> > nan, 3.0
I am doing a buch of plots and I would like to set the dash on/off
list globally (to [2,4]) rather than everytime I run pylab.plot(). Is
there any such thing?
Thanks!
-
Take Surveys. Earn Cash. Influence the Future of IT
Joi