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)
>
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
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