On Sun, Apr 4, 2010 at 2:56 AM, Levi Kilcher <levi.kilc...@gmail.com> wrote:
> And what the heck are the line objects in the legend?  Are there
> separate marker objects that I am missing?
>

Yes.

l = legend()
l.get_lines()[0]._legmarker.set_ms(5)

The line objects in the legend handles have a _legmarker attribute
which is another line objects responsible for drawing markers. This
was necessary for such cases like when number of marker is 1.

But, still, I recommend you to stick with your workaround, which is a
preferred way.

Regards,

-JJ

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to