Skip to content

Commit

Permalink
deploy: 5656c55
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan committed Dec 6, 2023
1 parent 30ed305 commit 6a3cb30
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 114 deletions.
96 changes: 48 additions & 48 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_img503c9fd3fb944a07a5923aca99e8155f">
<img id="_anim_img8dfb152602994cf8abc084cb002a29fd">
<div class="anim-controls">
<input id="_anim_slider503c9fd3fb944a07a5923aca99e8155f" type="range" class="anim-slider"
<input id="_anim_slider8dfb152602994cf8abc084cb002a29fd" type="range" class="anim-slider"
name="points" min="0" max="1" step="1" value="0"
oninput="anim503c9fd3fb944a07a5923aca99e8155f.set_frame(parseInt(this.value));">
oninput="anim8dfb152602994cf8abc084cb002a29fd.set_frame(parseInt(this.value));">
<div class="anim-buttons">
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim503c9fd3fb944a07a5923aca99e8155f.slower()">
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim8dfb152602994cf8abc084cb002a29fd.slower()">
<i class="fa fa-minus"></i></button>
<button title="First frame" aria-label="First frame" onclick="anim503c9fd3fb944a07a5923aca99e8155f.first_frame()">
<button title="First frame" aria-label="First frame" onclick="anim8dfb152602994cf8abc084cb002a29fd.first_frame()">
<i class="fa fa-fast-backward"></i></button>
<button title="Previous frame" aria-label="Previous frame" onclick="anim503c9fd3fb944a07a5923aca99e8155f.previous_frame()">
<button title="Previous frame" aria-label="Previous frame" onclick="anim8dfb152602994cf8abc084cb002a29fd.previous_frame()">
<i class="fa fa-step-backward"></i></button>
<button title="Play backwards" aria-label="Play backwards" onclick="anim503c9fd3fb944a07a5923aca99e8155f.reverse_animation()">
<button title="Play backwards" aria-label="Play backwards" onclick="anim8dfb152602994cf8abc084cb002a29fd.reverse_animation()">
<i class="fa fa-play fa-flip-horizontal"></i></button>
<button title="Pause" aria-label="Pause" onclick="anim503c9fd3fb944a07a5923aca99e8155f.pause_animation()">
<button title="Pause" aria-label="Pause" onclick="anim8dfb152602994cf8abc084cb002a29fd.pause_animation()">
<i class="fa fa-pause"></i></button>
<button title="Play" aria-label="Play" onclick="anim503c9fd3fb944a07a5923aca99e8155f.play_animation()">
<button title="Play" aria-label="Play" onclick="anim8dfb152602994cf8abc084cb002a29fd.play_animation()">
<i class="fa fa-play"></i></button>
<button title="Next frame" aria-label="Next frame" onclick="anim503c9fd3fb944a07a5923aca99e8155f.next_frame()">
<button title="Next frame" aria-label="Next frame" onclick="anim8dfb152602994cf8abc084cb002a29fd.next_frame()">
<i class="fa fa-step-forward"></i></button>
<button title="Last frame" aria-label="Last frame" onclick="anim503c9fd3fb944a07a5923aca99e8155f.last_frame()">
<button title="Last frame" aria-label="Last frame" onclick="anim8dfb152602994cf8abc084cb002a29fd.last_frame()">
<i class="fa fa-fast-forward"></i></button>
<button title="Increase speed" aria-label="Increase speed" onclick="anim503c9fd3fb944a07a5923aca99e8155f.faster()">
<button title="Increase speed" aria-label="Increase speed" onclick="anim8dfb152602994cf8abc084cb002a29fd.faster()">
<i class="fa fa-plus"></i></button>
</div>
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select503c9fd3fb944a07a5923aca99e8155f"
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select8dfb152602994cf8abc084cb002a29fd"
class="anim-state">
<input type="radio" name="state" value="once" id="_anim_radio1_503c9fd3fb944a07a5923aca99e8155f"
<input type="radio" name="state" value="once" id="_anim_radio1_8dfb152602994cf8abc084cb002a29fd"
>
<label for="_anim_radio1_503c9fd3fb944a07a5923aca99e8155f">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_503c9fd3fb944a07a5923aca99e8155f"
<label for="_anim_radio1_8dfb152602994cf8abc084cb002a29fd">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_8dfb152602994cf8abc084cb002a29fd"
checked>
<label for="_anim_radio2_503c9fd3fb944a07a5923aca99e8155f">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_503c9fd3fb944a07a5923aca99e8155f"
<label for="_anim_radio2_8dfb152602994cf8abc084cb002a29fd">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_8dfb152602994cf8abc084cb002a29fd"
>
<label for="_anim_radio3_503c9fd3fb944a07a5923aca99e8155f">Reflect</label>
<label for="_anim_radio3_8dfb152602994cf8abc084cb002a29fd">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_img503c9fd3fb944a07a5923aca99e8155f";
var slider_id = "_anim_slider503c9fd3fb944a07a5923aca99e8155f";
var loop_select_id = "_anim_loop_select503c9fd3fb944a07a5923aca99e8155f";
var img_id = "_anim_img8dfb152602994cf8abc084cb002a29fd";
var slider_id = "_anim_slider8dfb152602994cf8abc084cb002a29fd";
var loop_select_id = "_anim_loop_select8dfb152602994cf8abc084cb002a29fd";
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() {
anim503c9fd3fb944a07a5923aca99e8155f = new Animation(frames, img_id, slider_id, 149.0,
anim8dfb152602994cf8abc084cb002a29fd = 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 0x7fabcd69ed70&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7f0555cfada0&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 0x7fabcca105b0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.contour.GeoContourSet at 0x7f05550ac160&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_img7d60fbc2eacf4926bafde0347594339d">
<img id="_anim_imgd7b3423a68ac466185cde95fd5c5b3e0">
<div class="anim-controls">
<input id="_anim_slider7d60fbc2eacf4926bafde0347594339d" type="range" class="anim-slider"
<input id="_anim_sliderd7b3423a68ac466185cde95fd5c5b3e0" type="range" class="anim-slider"
name="points" min="0" max="1" step="1" value="0"
oninput="anim7d60fbc2eacf4926bafde0347594339d.set_frame(parseInt(this.value));">
oninput="animd7b3423a68ac466185cde95fd5c5b3e0.set_frame(parseInt(this.value));">
<div class="anim-buttons">
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim7d60fbc2eacf4926bafde0347594339d.slower()">
<button title="Decrease speed" aria-label="Decrease speed" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.slower()">
<i class="fa fa-minus"></i></button>
<button title="First frame" aria-label="First frame" onclick="anim7d60fbc2eacf4926bafde0347594339d.first_frame()">
<button title="First frame" aria-label="First frame" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.first_frame()">
<i class="fa fa-fast-backward"></i></button>
<button title="Previous frame" aria-label="Previous frame" onclick="anim7d60fbc2eacf4926bafde0347594339d.previous_frame()">
<button title="Previous frame" aria-label="Previous frame" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.previous_frame()">
<i class="fa fa-step-backward"></i></button>
<button title="Play backwards" aria-label="Play backwards" onclick="anim7d60fbc2eacf4926bafde0347594339d.reverse_animation()">
<button title="Play backwards" aria-label="Play backwards" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.reverse_animation()">
<i class="fa fa-play fa-flip-horizontal"></i></button>
<button title="Pause" aria-label="Pause" onclick="anim7d60fbc2eacf4926bafde0347594339d.pause_animation()">
<button title="Pause" aria-label="Pause" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.pause_animation()">
<i class="fa fa-pause"></i></button>
<button title="Play" aria-label="Play" onclick="anim7d60fbc2eacf4926bafde0347594339d.play_animation()">
<button title="Play" aria-label="Play" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.play_animation()">
<i class="fa fa-play"></i></button>
<button title="Next frame" aria-label="Next frame" onclick="anim7d60fbc2eacf4926bafde0347594339d.next_frame()">
<button title="Next frame" aria-label="Next frame" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.next_frame()">
<i class="fa fa-step-forward"></i></button>
<button title="Last frame" aria-label="Last frame" onclick="anim7d60fbc2eacf4926bafde0347594339d.last_frame()">
<button title="Last frame" aria-label="Last frame" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.last_frame()">
<i class="fa fa-fast-forward"></i></button>
<button title="Increase speed" aria-label="Increase speed" onclick="anim7d60fbc2eacf4926bafde0347594339d.faster()">
<button title="Increase speed" aria-label="Increase speed" onclick="animd7b3423a68ac466185cde95fd5c5b3e0.faster()">
<i class="fa fa-plus"></i></button>
</div>
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select7d60fbc2eacf4926bafde0347594339d"
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_selectd7b3423a68ac466185cde95fd5c5b3e0"
class="anim-state">
<input type="radio" name="state" value="once" id="_anim_radio1_7d60fbc2eacf4926bafde0347594339d"
<input type="radio" name="state" value="once" id="_anim_radio1_d7b3423a68ac466185cde95fd5c5b3e0"
>
<label for="_anim_radio1_7d60fbc2eacf4926bafde0347594339d">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_7d60fbc2eacf4926bafde0347594339d"
<label for="_anim_radio1_d7b3423a68ac466185cde95fd5c5b3e0">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_d7b3423a68ac466185cde95fd5c5b3e0"
checked>
<label for="_anim_radio2_7d60fbc2eacf4926bafde0347594339d">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_7d60fbc2eacf4926bafde0347594339d"
<label for="_anim_radio2_d7b3423a68ac466185cde95fd5c5b3e0">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_d7b3423a68ac466185cde95fd5c5b3e0"
>
<label for="_anim_radio3_7d60fbc2eacf4926bafde0347594339d">Reflect</label>
<label for="_anim_radio3_d7b3423a68ac466185cde95fd5c5b3e0">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_img7d60fbc2eacf4926bafde0347594339d";
var slider_id = "_anim_slider7d60fbc2eacf4926bafde0347594339d";
var loop_select_id = "_anim_loop_select7d60fbc2eacf4926bafde0347594339d";
var img_id = "_anim_imgd7b3423a68ac466185cde95fd5c5b3e0";
var slider_id = "_anim_sliderd7b3423a68ac466185cde95fd5c5b3e0";
var loop_select_id = "_anim_loop_selectd7b3423a68ac466185cde95fd5c5b3e0";
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() {
anim7d60fbc2eacf4926bafde0347594339d = new Animation(frames, img_id, slider_id, 149.0,
animd7b3423a68ac466185cde95fd5c5b3e0 = new Animation(frames, img_id, slider_id, 149.0,
loop_select_id);
}, 0);
})()
Expand Down
Loading

0 comments on commit 6a3cb30

Please sign in to comment.