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

NEW FEATURE: implement plotting a line when clicking on 2D plot #2

Open
Chilipp opened this issue Apr 12, 2018 · 1 comment
Open

NEW FEATURE: implement plotting a line when clicking on 2D plot #2

Chilipp opened this issue Apr 12, 2018 · 1 comment
Labels
new feature Request for adding a new feature to the package

Comments

@Chilipp
Copy link
Member

Chilipp commented Apr 12, 2018

Summary

When clicking on a grid cell in a 2D plot of a 3D variable (or more), a line should
be visualized (or a 2D plot in case of 4D data)

Reason

It helps to investigate what happens in a grid cells

Detailed explanation

Ideally, one create a new formatoption that can take the following values

  • False, nothing happens
  • True, a line plot will be generated for 3D and a 2D plot for a 4D variable, when clicking on a grid cell
  • str. Representing the dimension to use for a line plot for variables with more than 3D
  • [str, str]. Representing the 2 dimensions to use for a 2D plot for variables with more than 4D

Examples

ncview has this useful feature

@Chilipp
Copy link
Member Author

Chilipp commented Apr 14, 2020

strongly related to psyplot/psy-view@4bec4c8, psyplot/psy-view#6 and the development of psy-view. Not sure yet, where this feature should live and how.

@Chilipp Chilipp added the new feature Request for adding a new feature to the package label Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Request for adding a new feature to the package
Projects
None yet
Development

No branches or pull requests

1 participant