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.
-
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
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
3 matches
Mail list logo