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: Add a formatoption to calculate data-driven formatoptions based on the entire data #12

Open
3 tasks
Chilipp opened this issue Apr 17, 2020 · 0 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

It should be possible to calculate bounds, ylim, etc. based on the entire data

Reason

Particularly if one would want to update a dimension (e.g. choose the next time-step), it would be helpful to see the evolution without changing x-limits, y-limits, etc.

Detailed explanation

The following formatoptions need to be considered:

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

Don't know, what the best name would be, maybe use_full_data? @MuellerSeb, do you have a good idea? It should also support the specification of certain dimensions, e.g.

sp.update(use_full_data=True)  # to consider all dimensions
sp.update(use_full_data='time') # to only consider one dimension
sp.update(use_full_data='t')       # to only consider the time dimension, whatever it is named
sp.update(use_full_data=['time', 'lev'])  # to consider multiple dimensions

The default should be False

@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
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