You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Matplotlib 1.5.0, zdata to the cursor is displayed in the status bar. It is a very good new feature.
But, this zdata is the base data value, and this don't match if a scalling is used with the colorbar.
Is it possible to scale this displayed zdata like the colorbar ? I din't found an existing function for rescale this zdata.
I think the better solution should be to default use the scaling used on the colorbar.