Re: [matplotlib-devel] contour linestyle patch
On 11/2/07, Manuel Metz <[EMAIL PROTECTED]> wrote: > Hi, > attached is a patch for contour.py against latest svn that adds support > for the keyword "linestyles" for contour plots. Could someone commit > that to svn? Thanks Manuel -- I applied this to svn. JDH ---
[matplotlib-devel] contour linestyle patch
Hi, attached is a patch for contour.py against latest svn that adds support for the keyword "linestyles" for contour plots. Could someone commit that to svn? Manuel Index: contour.py === --- contour.py (revision 4093) +++ contour.