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
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
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
Hello -
I tried to turn of the feature that makes contours with negative values
dashed.
According to the mailinglist this should go by setting: rcParams['
contour.negative_linestyle']=('None','None')
I tried any combination of the None, None syntax, or just 'solid', but
nothing worked.
Example sh