Manuel Metz wrote:
> Hi all,
>   I ran into a problem where I wanted to plot a step-plot with dashed 
> lines instead of solid lines which can be important for print media. 
> This isn't possible with the current matplotlib version, so I added 
> support for this. The patch is attached, but I didn't commit it yet 
> since I wanted to ask for feedback first. It basically adds support to do
> 
> pylab.plot(x, y, 'steps--')
> 
> to create a step plot with dashed lines.

Hm, okay - I just noticed that the patch doesn't work with legend. This 
needs to be fixed ...

mm

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to