On Fri, Apr 18, 2008 at 1:13 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
> Fernando,
>
> I think I have fixed that problem and committed it to svn. I expect there
> is still more to be done to make the handling of colors and 'none' more
> consistent throughout mpl, but this is a start.
Thanks a
Fernando Perez wrote:
> On Thu, Apr 17, 2008 at 7:15 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
>> Fernando,
>>
>> Thanks for the bug report. I see what the problem is. Unless someone else
>> wants to do it (in which case please do so, but tell me you will), I can fix
>> it within a few days at
Stéfan van der Walt wrote:
> Hi all,
>
> I noticed that, contrary to what the docstring says,
>
> contourf(Z,10)
>
> draws contour lines on the different levels.
Stefan,
It doesn't on my machine with backend GtkAgg, and I have never seen this
behavior. What backend are you using?
Eric
>
>
Hi all,
I noticed that, contrary to what the docstring says,
contourf(Z,10)
draws contour lines on the different levels.
The attached patch adds a draw_contours keyword that explicitly
controls this behaviour. I don't know why it works (I set linewidths
to 1 and the lines disappear?!), but it