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

Simple way for ploting CML paths with a colormap #1

Closed
2 of 5 tasks
cchwala opened this issue Jan 15, 2024 · 1 comment · Fixed by #2 or #24
Closed
2 of 5 tasks

Simple way for ploting CML paths with a colormap #1

cchwala opened this issue Jan 15, 2024 · 1 comment · Fixed by #2 or #24
Assignees
Labels
enhancement New feature or request

Comments

@cchwala
Copy link
Member

cchwala commented Jan 15, 2024

Is your feature request related to a problem? Please describe.
It is a common use case to plot CML paths on a map. Often we also want to color the CML paths based on some variable, e.g. the estimated path-averaged rainfall rate. This should be made easy with a one-line function call and be fast when plotting hunderes of CMLs. Since matplotlib is still the standard plotting tool it should be based on matplotlib.

Describe the solution you'd like
The solution here in the prototype of poligrain (still with the old name ragali) is good. It should just start with the most simple use case first, i.e. just plotting the lines with black color. Adding coloring based on a cmap should then also be added.

Describe alternatives you've considered
Using bokeh would also be possible, but it is just not that common. It could be added alter as a second backend, but matplotlib has priority.

Additional context
-none-

remaining TODOs:

[UPDATE]: Parts of these points are done in #24. The rest will be put into new issues.

@cchwala cchwala added the enhancement New feature or request label Jan 15, 2024
@cchwala
Copy link
Member Author

cchwala commented Jan 16, 2024

Since #2 had to be merged quickly there are some things that still need to be implemented. Hence, I reopen this issue.

[UPDATE]: Moved TODO list to issue description to easily create new issues from task list items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant