From: Jeffery D. C. <jef...@ve...> - 2004-08-11 17:31:47
|
I am using the latest snapshot from the CVS repository and am getting a segmentation fault when using ylabel with certain strings. Below is a code snippet that crashes on the last occurance of ylabel. Does this crash for anyone else? from matplotlib.matlab import ylabel ylabel('bia [cm]') raw_input('continue') ylabel('Bia [cm]') # seg fault raw_input('continue') More information: OS: Linux (RH9) backend: TkAgg Python 2.3.2 (#1, Oct 22 2003, 19:27:14) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. -- ----------------------------------------------------------------- Jeffery D. Collins, Ph.D. Vexcel Corp. Sr. Engineer 1690 38th St. Voice: (303)583-0228 Boulder, CO 80301 Fax: (303)583-0246 vexcel.com |