Re: [matplotlib-devel] mpl tutorial: Controlling axes properties

2008-08-08 Thread Manuel Metz
John Hunter wrote: > 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) >

Re: [matplotlib-devel] mpl tutorial: Controlling axes properties

2008-08-06 Thread John Hunter
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

[matplotlib-devel] mpl tutorial: Controlling axes properties

2008-08-06 Thread Manuel Metz
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