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

ENSO portrait plot #1245

Merged
merged 12 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/demo-notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Practical Use Cases
examples/parallel_coordinate_plot_mean_clim_multiMIPs
examples/taylor_diagram_multiple_CMIPs
examples/mean_clim_plots_test_model
examples/enso_portrait_plot
examples/variability_modes_plots_all-stats
examples/return_value_portrait_plot_demo

Expand Down
1 change: 1 addition & 0 deletions docs/examples/enso_portrait_plot.ipynb
3 changes: 3 additions & 0 deletions pcmdi_metrics/enso/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
sort_human,
tree,
)

from .summary_plot_lib.EnsoPlotLib import plot_param
from .summary_plot_lib.plot import enso_portrait_plot
1,748 changes: 1,748 additions & 0 deletions pcmdi_metrics/enso/lib/summary_plot_lib/EnsoCollectionsLib.py

Large diffs are not rendered by default.

Loading