Skip to content
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

Visual offset options for plot canvases #51

Open
ihumphrey opened this issue Dec 21, 2020 · 1 comment
Open

Visual offset options for plot canvases #51

ihumphrey opened this issue Dec 21, 2020 · 1 comment

Comments

@ihumphrey
Copy link
Contributor

When multiple plot intents are plotted into the same canvas, it may be difficult to distinguish the different plots, especially if they are close in their values. Adding an interface to add a visual offset (e.g in y-direction) could be used to better view the data relationships

@ihumphrey ihumphrey transferred this issue from Xi-CAM/Xi-cam Dec 21, 2020
@ihumphrey
Copy link
Contributor Author

ihumphrey commented Dec 21, 2020

Could add a new mixin class in xicam.gui.widgets.imageviewmixins that adds some interface for offsetting plots on the same image view canvas. Note, we do want to make sure we don't take up too much of the image view box space with a bunch of buttons, line-edits, etc. For example, add a line-edit where its submit() (when you hit the return key) will update the offset (offset 0 indicates no offset). This could be added into the self.ui.right_layout or self.ui.left_layout, or, could be added below the image view in self.ui.outer_layout(?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant