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: Fix color bounds and others during animation #11

Open
3 tasks
Chilipp opened this issue Apr 17, 2020 · 4 comments
Open
3 tasks

NEW FEATURE: Fix color bounds and others during animation #11

Chilipp opened this issue Apr 17, 2020 · 4 comments
Assignees
Labels
new feature Request for adding a new feature to the package

Comments

@Chilipp
Copy link
Member

Chilipp commented Apr 17, 2020

Summary

data-driven formatoptions should be fixed during the animation

Reason

Otherwise the plot limits changes all the time

Detailed explanation

The following formatoptions should be fixed:

  • xlim, ylim
  • bounds, vbounds
  • xticks, yticks, cticks, vcticks

Note that this cannot be implemented before psyplot/psyplot#21 is implemented.

@Chilipp Chilipp added the new feature Request for adding a new feature to the package label Apr 17, 2020
@Chilipp Chilipp self-assigned this Apr 17, 2020
@Chilipp
Copy link
Member Author

Chilipp commented Apr 17, 2020

I also like your idea @MuellerSeb from psyplot/psy-view#11 (comment) to only adjust min and max of the color bounds. This should be easy to implement, too in such a framework. It would not work for the other formatoptions, though

@MuellerSeb
Copy link

Another idea would be to check, if value ranges are given with the data:
http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#missing-data

there is a convention for netCDF files including this. I think, that is the standard procedure of ncview.

@Chilipp
Copy link
Member Author

Chilipp commented May 19, 2020

Good idea. You mean the actual_range netCDF attribute?

@MuellerSeb
Copy link

yepp! ;-)

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

2 participants