Re: [Matplotlib-users] 101 Point Segmentation Fault

2010-02-22 Thread Joseph D Cali
I will be sure to use "gdb" and "bt" to get that information next time I encounter the segmentation fault or any other error that I post to list. I tried going back to the numpy.dev8106 version just now in an attempt to recreate the conditions of the error, but I was unsuccessful in generating a

Re: [Matplotlib-users] 101 Point Segmentation Fault

2010-02-22 Thread Michael Droettboom
Can you provide a gdb backtrace? Run "gdb python", then at the gdb prompt type "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

[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