> From: Alan G Isaac [mailto:ais...@american.edu] 
> Sent: Friday, October 22, 2010 13:25
> 
> On 10/22/2010 12:39 PM, Stan West wrote:
> >      markerline.set_zorder(markerline.get_zorder() + 0.1)
> 
> Nice idea.
> Thanks,

You're welcome.  Now that I look at it again, I suppose that something like

    markerline.set_zorder(stemlines[0].get_zorder() + 0.1)

would better express the intent, even if the result is the same.


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to