Re: [Matplotlib-users] 101 Point Segmentation Fault

2010-02-22 Thread Joseph D Cali
ype "run -c 'import pylab; > pylab.clf(); pylab.plot(pylab.sin(range(101))); pylab.xlabel("Test X"); > pylab.ylabel("Test Y"); pylab.show()'". After it segfaults, type "bt" > to get a backtrace, and copy-and-paste it to this list. >

[Matplotlib-users] 101 Point Segmentation Fault

2010-02-11 Thread Joseph D Cali
I am encountering the following error: python -c 'import pylab; pylab.clf(); pylab.plot(pylab.sin(range(101))); pylab.xlabel("Test X"); pylab.ylabel("Test Y"); pylab.show()' /local_home/calijos/usr/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621: DeprecationWarning: Use the ne