-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interval graphics are able to be taken out of the range of the 1d plot #1289
Comments
@Ion-e I'm not sure I understand this one from what's written here? |
Take a line profile graphic and drag it out of the display item completely. > The linre profile graphic will go completely out of the range of the 1D graph. |
It's not the ideal user experience, but this is intentional behavior as it allows measuring along an edge without changing the shape of the line profile graphic. I'm open to other ideas of how to handle it. |
I would say a blocker so that the Graphic doesn't extend over the line graph would be something I would go for. Whether you would want the block to happen at the beggining of the line profile or after the end, it's not up for me to decide. |
Could you limit it so the mid point of the graphic can't go beyond the limit? That way you can stop it flying off the plot but still allow easy measurement over the edge? |
Adding limits to graphics is complicated to implement due to the huge number of side cases, e.g. user enters value in inspector, what happens? A good workaround for this is: don't do that. Does there need to be more? |
Specifically to 1D plot graphics as these items are not able to be zoomed in or out.
this type of graphic should have a hard limit
The text was updated successfully, but these errors were encountered: