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

is-sensor plot hints #15

Open
ddkohler opened this issue Nov 20, 2022 · 0 comments · May be fixed by #16
Open

is-sensor plot hints #15

ddkohler opened this issue Nov 20, 2022 · 0 comments · May be fixed by #16

Comments

@ddkohler
Copy link
Contributor

For automated plotting, it is convenient for sensors to tell clients info about how the data should be viewed. This is especially true for 2D plotting (e.g. pcolor), where the colormap and its bounds/scale strongly influence how the data can be seen (examples of such plotting info is the sign attribute of WrightTools channels, or the norm objects of matplotlib colormaps). I am hoping we can implement plot hints for the is-sensor trait.

My proposed implementation is simply adding a message exposing whether or not channal data is signed, but I am not certain how basic or advanced hints should be. In theory, you could be more informative (for an example, see this discussion re: a WrightGroup proposals to rewrite the WrightTools.Channel plot hint attributes). Interested on thoughts from others...

@ddkohler ddkohler linked a pull request Nov 20, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant