PlotPyStack / guiqwt

Efficient 2D plotting Python library based on PythonQwt
https://pypi.python.org/pypi/guiqwt
Other
80 stars 20 forks source link

Allow to locking colorbar scale to be symmetric around zero #35

Open PierreRaybaut opened 9 years ago

PierreRaybaut commented 9 years ago

Issue originally submitted here: https://code.google.com/p/guiqwt/issues/detail?id=69

Reported by HamfBohne, May 11, 2015

For certain types of data it is important to be able to compare sign of different features in an XYImageItem object. Being able to lock the color axis to be symmetric around zero would help with that quite a lot. An interface like the "Reverse Y axis" checkmark or an entry in the axis' properties would be ideal.

This feature would need to be then respected by the automatic contrast adjustment (great tool by the way) to be really valuable.

Version

Current python(x,y) on Windows. guidata 1.6.1, guiqwt 2.3.1

PierreRaybaut commented 8 years ago

I'm not sure I understand your request. A code example would be necessary I think.