Thanks. This should be fixed in r5979. It seems to work fine over the
backend_driver tests now.
Cheers,
Mike
Eric Firing wrote:
> Mike,
>
> Try contour_demo and contourf_demo--I think you will find that r5976
> has whacked them both. I don't know how. I have not looked closely.
>
> Eric
--
Hi,
I think the section Controlling axes properties of
http://matplotlib.sourceforge.net/tutorial.html needs to be updated, since
frame = gca(gca(), 'frame')
setp(frame, 'linewidth', 2)
doesn't work any more with mpl 0.98.x ...
Manuel
On Wed, Aug 6, 2008 at 8:51 AM, Manuel Metz <[EMAIL PROTECTED]> wrote:
> I think the section Controlling axes properties of
> http://matplotlib.sourceforge.net/tutorial.html needs to be updated, since
>
> frame = gca(gca(), 'frame')
> setp(frame, 'linewidth', 2)
>
> doesn't work any more wit