Add a "Reset View" Button to Plots for Restoring Initial Display State ? #473
Closed
Hachann
started this conversation in
Frontend & UI
Replies: 1 comment
-
|
Added in WLJS3.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'd like to suggest a small but very useful UI improvement for the plot visualization interface: adding a "Reset View" button directly on interactive plots.
When users zoom, pan, or scroll using the mouse wheel, it's easy to lose the original view of the plot. Currently, the only way to restore the initial display is to re-execute the input command that generated the plot or hit F5 in exported notebook as html. This can be inconvenient, especially when working with time-consuming computations or complex visualizations.
Might be cumbersome to code thought...
Just an idea :)
Beta Was this translation helpful? Give feedback.
All reactions