Eric Firing wrote:
> Manuel Metz wrote:
>> Hi,
>> I just noted a strange behavior of contour(). When a contour plot is
>> created with negative values and using a single color instead of a cmap,
>> contour _always_ uses the contour.negative_linestyle, even if linestyles
>> are specifically provid
Manuel Metz wrote:
> Hi,
> I just noted a strange behavior of contour(). When a contour plot is
> created with negative values and using a single color instead of a cmap,
> contour _always_ uses the contour.negative_linestyle, even if linestyles
> are specifically provided:
>
> x = linspace(-p
Hi,
I just noted a strange behavior of contour(). When a contour plot is
created with negative values and using a single color instead of a cmap,
contour _always_ uses the contour.negative_linestyle, even if linestyles
are specifically provided:
x = linspace(-pi,pi,100)
X,Y = meshgrid(x,x)