Re: [Matplotlib-users] Setting linestyle of contours with negative values problem

2007-06-11 Thread Mark Bakker
Works for me. Thanks, Mark On 6/11/07, Eric Firing <[EMAIL PROTECTED]> wrote: Mark, Presumably the mailing list method worked at one time, but it would be obscure and unintuitive even if it worked now. There are no other explicit dash styles given as a pair of numbers in the rc file, so the c

Re: [Matplotlib-users] Setting linestyle of contours with negative values problem

2007-06-10 Thread Eric Firing
Mark, Presumably the mailing list method worked at one time, but it would be obscure and unintuitive even if it worked now. There are no other explicit dash styles given as a pair of numbers in the rc file, so the change I made in svn is to use the strings "solid" and "dashed"; the two-float

Re: [Matplotlib-users] Setting linestyle of contours with negative values problem

2007-06-10 Thread Eric Firing
Mark, As a quick workaround, try rcParams['contour.negative_linestyle']=(6, 0) This is a hack--using dashes with zero-length spaces. I expect to have a better solution in svn shortly. Eric Mark Bakker wrote: > Hello - > > I tried to turn of the feature that makes contours with negative va