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
When a scatter plot is used and the user click on "log" button, the axis scale is changed to log (good), and the axis label changed to have "Log" in front of the normal label (wrong). The label should not change, only the axis scale is changed, but what is plotted is still the original data, not the log value of the data, so no "Log" is needed in the label.
The text was updated successfully, but these errors were encountered:
Well, I do not know where in the code this is done ;-) If you just give me the name of the python file, I can look for it, fork glue, correct it and request the pool.
Describe the bug
When a scatter plot is used and the user click on "log" button, the axis scale is changed to log (good), and the axis label changed to have "Log" in front of the normal label (wrong). The label should not change, only the axis scale is changed, but what is plotted is still the original data, not the log value of the data, so no "Log" is needed in the label.
The text was updated successfully, but these errors were encountered: