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
Hello,
I would like to point out a bug in the labeling of the abs colorbar. The two limits 0 and ∞ should also invert when one inverts the abs_scaling, e.g.
abs_scaling = lambda x: 1-x/(x+1)
Best,
Olivier
The text was updated successfully, but these errors were encountered:
Hello,
I would like to point out a bug in the labeling of the abs colorbar. The two limits 0 and ∞ should also invert when one inverts the abs_scaling, e.g.
abs_scaling = lambda x: 1-x/(x+1)
Best,
Olivier
The text was updated successfully, but these errors were encountered: