Re: [Matplotlib-users] AttributeError: 'AxesSubplot' object has no attribute 'set_ylable'

2011-11-15 Thread Y.Wu
Much appreciated! It works! Regards! Yu On Tue, Nov 15, 2011 at 10:13 PM, Benjamin Root wrote: > > > On Tuesday, November 15, 2011, Y.Wu wrote: > > Hi, All > > I am trying to add ylable to: > > ax1 = plt.subplot2grid((1,3), (0,0), colspan=2) > > But got th

[Matplotlib-users] AttributeError: 'AxesSubplot' object has no attribute 'set_ylable'

2011-11-15 Thread Y.Wu
Hi, All I am trying to add ylable to: ax1 = plt.subplot2grid((1,3), (0,0), colspan=2) But got the following error: no 'set_ylable'; Here is my code: import matplotlib.pyplot as plt import numpy as np ax1 = plt.subplot2grid((1,3), (0,0), colspan=2) ax2 = plt.subplot2grid((1,3), (0,2), colspan=

[Matplotlib-users] How to switch to v1.1.0 after upgrade

2011-11-15 Thread Y.Wu
Hi, all I have installed v1.1.0 from source code at : /usr/local/lib/python2.6/dist-packages/matplotlib But whenever I am using python test.py, it still refers to the old v0.99. could you please tell me how to update to the new version ? thanks a lot. Regards! Yu -