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