[Python-modules-team] Processed: fixed 699556 in 1.2.0-1

2013-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > fixed 699556 1.2.0-1 Bug #699556 [python-matplotlib] python-matplotlib: imshow colormap wrong with foreign endian data Marked as fixed in versions matplotlib/1.2.0-1. > thanks Stopping processing here. Please contact me if you need assistance. -

[Python-modules-team] Bug#699556: python-matplotlib: imshow colormap wrong with foreign endian data

2013-02-01 Thread Julian Taylor
Package: python-matplotlib Version: 1.1.1~rc2-1 Severity: normal for foreign endian float data matplotlib 1.1.1 colors the maximum value the same as the minimum value # on little endian d = np.array([[1,2],[1,1]], dtype=">f4") imshow(d, interpolation="nearest") # should have some red in it (jet c

[Python-modules-team] Bug#699528: python-matplotlib: PDF renderer draws strange artifacts on '%' character in matplotlib 1.1.1

2013-02-01 Thread Juergen Fuchsberger
Package: python-matplotlib Version: 1.1.1~rc2-1 Severity: normal Hi all, This is a known bug from matplotlib 1.1.1, see https://github.com/matplotlib/matplotlib/issues/1211 It is very annoying since many plot include % signs. An update to matplotlib 1.1.2 for wheezy should thus be made soon. re