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

Get the "Interactive Plots" to work and show up #29

Merged
merged 23 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
12 changes: 6 additions & 6 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ parts:
- file: notebooks/how-to-cite
- caption: Basics of Geoscience Visualization
chapters:
- file: notebooks/comparison
- file: notebooks/good-viz
- file: notebooks/plot-elements
- file: notebooks/comparison
- file: notebooks/good-viz
- file: notebooks/plot-elements
- caption: Specialty Plots
chapters:
- file: notebooks/taylor-diagrams
- file: notebooks/skewt
- caption: Visualization of Structured Grids
chapters:
- file: notebooks/spaghetti
- caption: Interactive Visualization
chapters:
- file: notebooks/mpas-datshader
- caption: Animation
chapters:
- file: notebooks/animation
- caption: Interactive Visualization
chapters:
- file: notebooks/interactive-holoviz-mpas
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- uxarray
- datashader
- geocat-datafiles
- geoviews
- tropycal
- pip
- pip:
Expand Down
6 changes: 4 additions & 2 deletions notebooks/animation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,9 @@
"\n",
"Creating animations in `matplotlib` might seem intimidating, but is easier when you know the options and purpose of each method. These visualizations can be a powerful tool to display and understand time-dependent data.\n",
"\n",
"### What's next?\n"
"### What's next?\n",
"\n",
"In the final section of this cookbook, let’s look at [interactive plotting with Holoviz](interactive-holoviz-mpas) tools."
]
},
{
Expand Down Expand Up @@ -504,7 +506,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
Binary file added notebooks/images/hv-dynamic-zoomed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/hv-non-dynamic-zoomed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading