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

Allow user to specify range on axes in plots #250

Open
gustavdelius opened this issue Jul 17, 2022 · 0 comments
Open

Allow user to specify range on axes in plots #250

gustavdelius opened this issue Jul 17, 2022 · 0 comments
Labels
plots Issue relates to plotting functionality

Comments

@gustavdelius
Copy link
Member

Even functions that have a ylim argument only use it to subselect the data, not to specify the limits on the axis. The wlim and ylim arguments would need to be passed to plotDataFrame() and used there to set the axis limits.

Being able to fix the axes would be important for example for visually comparing two plots with diffviewer, see #194.

@gustavdelius gustavdelius added the plots Issue relates to plotting functionality label Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plots Issue relates to plotting functionality
Projects
None yet
Development

No branches or pull requests

1 participant