From: Stephen W. <ste...@cs...> - 2004-08-11 19:24:35
|
On Wed, 2004-08-11 at 10:31, Jeffery D. Collins wrote: > from matplotlib.matlab import ylabel > = =20 >=20 > ylabel('bia [cm]') What does your .matplotlibrc look like? In particular, do you have interactive set? I had to change the first line above to 'import *' to get the show() function. If I change my .matplotlibrc file to backend: TkAgg interactive: true I can do as many ylabel's as I like without difficulty. Fedora Core 1, latest matplotlib CVS. --=20 Stephen Walton <ste...@cs...> Dept. of Physics & Astronomy, Cal State Northridge |