Bug#585442: [Python-modules-team] Bug#585442: python-matplotlib: crashes when calling axis() after imshow()

2010-06-21 Thread Sandro Tosi
forwarded 585442 matplotlib-de...@lists.sourceforge.net thanks Hello Matplotlib developers, here below is a report a user of maplotlib sent to the Debian bug tracker. I've verified and it happend also with 0.99.3: $ python -c import matplotlib as p ; print p.__version__ 0.99.3 $ python

Bug#585442: [matplotlib-devel] [Python-modules-team] Bug#585442: python-matplotlib: crashes when calling axis() after imshow()

2010-06-21 Thread Ryan May
I can reproduce here on Gentoo, both with 0.99.3 and SVN trunk. Trunk has the following warnings: /home/rmay/.local/lib/python2.6/site-packages/matplotlib/axes.py:2305: UserWarning: Attempting to set identical xmin==xmax results in singular transformations; automatically expanding. xmin=0,

Bug#585442: python-matplotlib: crashes when calling axis() after imshow()

2010-06-10 Thread Teemu Ikonen
Package: python-matplotlib Version: 0.99.1.2-3 Severity: important Running a program which displays an image with plt.imshow() and changes the axes with plt.axis() before calling plt.show() crashes the python interpreter: $ python mpl_crash.py terminate called after throwing an instance of 'char