Skip to content

Commit

Permalink
deploy: b0835dc
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan committed Dec 7, 2023
1 parent 6a3cb30 commit 5ccfc70
Show file tree
Hide file tree
Showing 14 changed files with 131 additions and 129 deletions.
4 changes: 2 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
<a class="reference internal image-reference" href="_images/thumbnail.png"><img alt="thumbnail" src="_images/thumbnail.png" style="width: 300px;" /></a>
<div class="tex2jax_ignore mathjax_ignore section" id="advanced-visualization-cookbook">
<h1>Advanced Visualization Cookbook<a class="headerlink" href="#advanced-visualization-cookbook" title="Permalink to this headline"><i class="fas fa-link"></i></a></h1>
<p><a class="reference external" href="https://binder.projectpythia.org/v2/gh/ProjectPythia/advanced-viz-cookbook/main?labpath=notebooks"><img alt="Binder" src="https://binder.projectpythia.org/badge_logo.svg" /></a>
<p><a class="reference external" href="https://binder.projectpythia.org/v2/gh/ProjectPythia/advanced-viz-cookbook.git/main?labpath=notebooks"><img alt="Binder" src="https://binder.projectpythia.org/badge_logo.svg" /></a>
<a class="reference external" href="https://zenodo.org/badge/latestdoi/671205314"><img alt="DOI" src="https://zenodo.org/badge/671205314.svg" /></a></p>
<p>This Project Pythia Cookbook covers advanced visualization techniques building upon and combining various Python packages.</p>
<div class="section" id="motivation">
Expand Down Expand Up @@ -617,7 +617,7 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 December 2023.
Last updated on 7 December 2023.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Advanced Visualization Cookbook

[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/advanced-viz-cookbook/main?labpath=notebooks)
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/advanced-viz-cookbook.git/main?labpath=notebooks)
[![DOI](https://zenodo.org/badge/671205314.svg)](https://zenodo.org/badge/latestdoi/671205314)

This Project Pythia Cookbook covers advanced visualization techniques building upon and combining various Python packages.
Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ <h1 id="index">Index</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 December 2023.
Last updated on 7 December 2023.
</p>
</div>
</div>
Expand Down
98 changes: 49 additions & 49 deletions notebooks/animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -863,42 +863,42 @@ <h3>Creating the artist animation<a class="headerlink" href="#creating-the-artis
</style>

<div class="animation">
<img id="_anim_img8dfb152602994cf8abc084cb002a29fd">
<img id="_anim_imge23956dc677d412eabcb38758c9b88d0">
<div class="anim-controls">
<input id="_anim_slider8dfb152602994cf8abc084cb002a29fd" type="range" class="anim-slider"
<input id="_anim_slidere23956dc677d412eabcb38758c9b88d0" type="range" class="anim-slider"
name="points" min="0" max="1" step="1" value="0"
oninput="anim8dfb152602994cf8abc084cb002a29fd.set_frame(parseInt(this.value));">
oninput="anime23956dc677d412eabcb38758c9b88d0.set_frame(parseInt(this.value));">
<div class="anim-buttons">
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim8dfb152602994cf8abc084cb002a29fd.slower()">
<button title="Decrease speed" aria-label="Decrease speed" onclick="anime23956dc677d412eabcb38758c9b88d0.slower()">
<i class="fa fa-minus"></i></button>
<button title="First frame" aria-label="First frame" onclick="anim8dfb152602994cf8abc084cb002a29fd.first_frame()">
<button title="First frame" aria-label="First frame" onclick="anime23956dc677d412eabcb38758c9b88d0.first_frame()">
<i class="fa fa-fast-backward"></i></button>
<button title="Previous frame" aria-label="Previous frame" onclick="anim8dfb152602994cf8abc084cb002a29fd.previous_frame()">
<button title="Previous frame" aria-label="Previous frame" onclick="anime23956dc677d412eabcb38758c9b88d0.previous_frame()">
<i class="fa fa-step-backward"></i></button>
<button title="Play backwards" aria-label="Play backwards" onclick="anim8dfb152602994cf8abc084cb002a29fd.reverse_animation()">
<button title="Play backwards" aria-label="Play backwards" onclick="anime23956dc677d412eabcb38758c9b88d0.reverse_animation()">
<i class="fa fa-play fa-flip-horizontal"></i></button>
<button title="Pause" aria-label="Pause" onclick="anim8dfb152602994cf8abc084cb002a29fd.pause_animation()">
<button title="Pause" aria-label="Pause" onclick="anime23956dc677d412eabcb38758c9b88d0.pause_animation()">
<i class="fa fa-pause"></i></button>
<button title="Play" aria-label="Play" onclick="anim8dfb152602994cf8abc084cb002a29fd.play_animation()">
<button title="Play" aria-label="Play" onclick="anime23956dc677d412eabcb38758c9b88d0.play_animation()">
<i class="fa fa-play"></i></button>
<button title="Next frame" aria-label="Next frame" onclick="anim8dfb152602994cf8abc084cb002a29fd.next_frame()">
<button title="Next frame" aria-label="Next frame" onclick="anime23956dc677d412eabcb38758c9b88d0.next_frame()">
<i class="fa fa-step-forward"></i></button>
<button title="Last frame" aria-label="Last frame" onclick="anim8dfb152602994cf8abc084cb002a29fd.last_frame()">
<button title="Last frame" aria-label="Last frame" onclick="anime23956dc677d412eabcb38758c9b88d0.last_frame()">
<i class="fa fa-fast-forward"></i></button>
<button title="Increase speed" aria-label="Increase speed" onclick="anim8dfb152602994cf8abc084cb002a29fd.faster()">
<button title="Increase speed" aria-label="Increase speed" onclick="anime23956dc677d412eabcb38758c9b88d0.faster()">
<i class="fa fa-plus"></i></button>
</div>
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select8dfb152602994cf8abc084cb002a29fd"
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_selecte23956dc677d412eabcb38758c9b88d0"
class="anim-state">
<input type="radio" name="state" value="once" id="_anim_radio1_8dfb152602994cf8abc084cb002a29fd"
<input type="radio" name="state" value="once" id="_anim_radio1_e23956dc677d412eabcb38758c9b88d0"
>
<label for="_anim_radio1_8dfb152602994cf8abc084cb002a29fd">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_8dfb152602994cf8abc084cb002a29fd"
<label for="_anim_radio1_e23956dc677d412eabcb38758c9b88d0">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_e23956dc677d412eabcb38758c9b88d0"
checked>
<label for="_anim_radio2_8dfb152602994cf8abc084cb002a29fd">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_8dfb152602994cf8abc084cb002a29fd"
<label for="_anim_radio2_e23956dc677d412eabcb38758c9b88d0">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_e23956dc677d412eabcb38758c9b88d0"
>
<label for="_anim_radio3_8dfb152602994cf8abc084cb002a29fd">Reflect</label>
<label for="_anim_radio3_e23956dc677d412eabcb38758c9b88d0">Reflect</label>
</form>
</div>
</div>
Expand All @@ -908,9 +908,9 @@ <h3>Creating the artist animation<a class="headerlink" href="#creating-the-artis
/* Instantiate the Animation class. */
/* The IDs given should match those used in the template above. */
(function() {
var img_id = "_anim_img8dfb152602994cf8abc084cb002a29fd";
var slider_id = "_anim_slider8dfb152602994cf8abc084cb002a29fd";
var loop_select_id = "_anim_loop_select8dfb152602994cf8abc084cb002a29fd";
var img_id = "_anim_imge23956dc677d412eabcb38758c9b88d0";
var slider_id = "_anim_slidere23956dc677d412eabcb38758c9b88d0";
var loop_select_id = "_anim_loop_selecte23956dc677d412eabcb38758c9b88d0";
var frames = new Array(24);

frames[0] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaAAAAD6CAYAAADnVJN8AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90\
Expand Down Expand Up @@ -103365,7 +103365,7 @@ <h3>Creating the artist animation<a class="headerlink" href="#creating-the-artis
/* set a timeout to make sure all the above elements are created before
the object is initialized. */
setTimeout(function() {
anim8dfb152602994cf8abc084cb002a29fd = new Animation(frames, img_id, slider_id, 149.0,
anime23956dc677d412eabcb38758c9b88d0 = new Animation(frames, img_id, slider_id, 149.0,
loop_select_id);
}, 0);
})()
Expand Down Expand Up @@ -103430,7 +103430,7 @@ <h3>Creating the figure<a class="headerlink" href="#id2" title="Permalink to thi
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7f0555cfada0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7fdf25e870a0&gt;
</pre></div>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/home/runner/miniconda3/envs/advanced-viz-cookbook/lib/python3.10/site-packages/cartopy/io/__init__.py:241: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/110m_physical/ne_110m_coastline.zip
Expand Down Expand Up @@ -103468,7 +103468,7 @@ <h3>Creating the initial frame<a class="headerlink" href="#creating-the-initial-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.contour.GeoContourSet at 0x7f05550ac160&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.contour.GeoContourSet at 0x7fdf25234f70&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -103708,42 +103708,42 @@ <h3>Creating the animation<a class="headerlink" href="#creating-the-animation" t
</style>

<div class="animation">
<img id="_anim_imgd7b3423a68ac466185cde95fd5c5b3e0">
<img id="_anim_img11beb405ce9147aa9e3da2045d7f1267">
<div class="anim-controls">
<input id="_anim_sliderd7b3423a68ac466185cde95fd5c5b3e0" type="range" class="anim-slider"
<input id="_anim_slider11beb405ce9147aa9e3da2045d7f1267" type="range" class="anim-slider"
name="points" min="0" max="1" step="1" value="0"
oninput="animd7b3423a68ac466185cde95fd5c5b3e0.set_frame(parseInt(this.value));">
oninput="anim11beb405ce9147aa9e3da2045d7f1267.set_frame(parseInt(this.value));">
<div class="anim-buttons">
<button title="Decrease speed" aria-label="Decrease speed" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.slower()">
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim11beb405ce9147aa9e3da2045d7f1267.slower()">
<i class="fa fa-minus"></i></button>
<button title="First frame" aria-label="First frame" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.first_frame()">
<button title="First frame" aria-label="First frame" onclick="anim11beb405ce9147aa9e3da2045d7f1267.first_frame()">
<i class="fa fa-fast-backward"></i></button>
<button title="Previous frame" aria-label="Previous frame" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.previous_frame()">
<button title="Previous frame" aria-label="Previous frame" onclick="anim11beb405ce9147aa9e3da2045d7f1267.previous_frame()">
<i class="fa fa-step-backward"></i></button>
<button title="Play backwards" aria-label="Play backwards" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.reverse_animation()">
<button title="Play backwards" aria-label="Play backwards" onclick="anim11beb405ce9147aa9e3da2045d7f1267.reverse_animation()">
<i class="fa fa-play fa-flip-horizontal"></i></button>
<button title="Pause" aria-label="Pause" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.pause_animation()">
<button title="Pause" aria-label="Pause" onclick="anim11beb405ce9147aa9e3da2045d7f1267.pause_animation()">
<i class="fa fa-pause"></i></button>
<button title="Play" aria-label="Play" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.play_animation()">
<button title="Play" aria-label="Play" onclick="anim11beb405ce9147aa9e3da2045d7f1267.play_animation()">
<i class="fa fa-play"></i></button>
<button title="Next frame" aria-label="Next frame" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.next_frame()">
<button title="Next frame" aria-label="Next frame" onclick="anim11beb405ce9147aa9e3da2045d7f1267.next_frame()">
<i class="fa fa-step-forward"></i></button>
<button title="Last frame" aria-label="Last frame" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.last_frame()">
<button title="Last frame" aria-label="Last frame" onclick="anim11beb405ce9147aa9e3da2045d7f1267.last_frame()">
<i class="fa fa-fast-forward"></i></button>
<button title="Increase speed" aria-label="Increase speed" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.faster()">
<button title="Increase speed" aria-label="Increase speed" onclick="anim11beb405ce9147aa9e3da2045d7f1267.faster()">
<i class="fa fa-plus"></i></button>
</div>
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_selectd7b3423a68ac466185cde95fd5c5b3e0"
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select11beb405ce9147aa9e3da2045d7f1267"
class="anim-state">
<input type="radio" name="state" value="once" id="_anim_radio1_d7b3423a68ac466185cde95fd5c5b3e0"
<input type="radio" name="state" value="once" id="_anim_radio1_11beb405ce9147aa9e3da2045d7f1267"
>
<label for="_anim_radio1_d7b3423a68ac466185cde95fd5c5b3e0">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_d7b3423a68ac466185cde95fd5c5b3e0"
<label for="_anim_radio1_11beb405ce9147aa9e3da2045d7f1267">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_11beb405ce9147aa9e3da2045d7f1267"
checked>
<label for="_anim_radio2_d7b3423a68ac466185cde95fd5c5b3e0">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_d7b3423a68ac466185cde95fd5c5b3e0"
<label for="_anim_radio2_11beb405ce9147aa9e3da2045d7f1267">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_11beb405ce9147aa9e3da2045d7f1267"
>
<label for="_anim_radio3_d7b3423a68ac466185cde95fd5c5b3e0">Reflect</label>
<label for="_anim_radio3_11beb405ce9147aa9e3da2045d7f1267">Reflect</label>
</form>
</div>
</div>
Expand All @@ -103753,9 +103753,9 @@ <h3>Creating the animation<a class="headerlink" href="#creating-the-animation" t
/* Instantiate the Animation class. */
/* The IDs given should match those used in the template above. */
(function() {
var img_id = "_anim_imgd7b3423a68ac466185cde95fd5c5b3e0";
var slider_id = "_anim_sliderd7b3423a68ac466185cde95fd5c5b3e0";
var loop_select_id = "_anim_loop_selectd7b3423a68ac466185cde95fd5c5b3e0";
var img_id = "_anim_img11beb405ce9147aa9e3da2045d7f1267";
var slider_id = "_anim_slider11beb405ce9147aa9e3da2045d7f1267";
var loop_select_id = "_anim_loop_select11beb405ce9147aa9e3da2045d7f1267";
var frames = new Array(31);

frames[0] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90\
Expand Down Expand Up @@ -145106,7 +145106,7 @@ <h3>Creating the animation<a class="headerlink" href="#creating-the-animation" t
/* set a timeout to make sure all the above elements are created before
the object is initialized. */
setTimeout(function() {
animd7b3423a68ac466185cde95fd5c5b3e0 = new Animation(frames, img_id, slider_id, 149.0,
anim11beb405ce9147aa9e3da2045d7f1267 = new Animation(frames, img_id, slider_id, 149.0,
loop_select_id);
}, 0);
})()
Expand Down Expand Up @@ -145235,7 +145235,7 @@ <h2>Resources and references<a class="headerlink" href="#resources-and-reference

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 6 December 2023.
Last updated on 7 December 2023.
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit 5ccfc70

Please sign in to comment.