Skip to content

Commit e56905c

Browse files
Merge pull request AntSimi#119 from AntSimi/anim
Add information about animation
2 parents c434372 + 573c4f5 commit e56905c

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

examples/08_tracking_manipulation/pet_track_anim.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
Track animation
33
===============
44
5-
Run in a terminal this script, which allow to watch eddy evolution
5+
Run in a terminal this script, which allow to watch eddy evolution.
6+
7+
You could use also *EddyAnim* script to display/save animation.
68
79
"""
810
import py_eddy_tracker_sample

examples/08_tracking_manipulation/pet_track_anim_matplotlib_animation.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
Track animation with standard matplotlib
33
========================================
44
5-
Run in a terminal this script, which allow to watch eddy evolution
5+
Run in a terminal this script, which allow to watch eddy evolution.
6+
7+
You could use also *EddyAnim* script to display/save animation.
68
79
"""
810
import re

notebooks/python_module/08_tracking_manipulation/pet_track_anim.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Track animation\n\nRun in a terminal this script, which allow to watch eddy evolution\n"
18+
"\nTrack animation\n===============\n\nRun in a terminal this script, which allow to watch eddy evolution.\n\nYou could use also *EddyAnim* script to display/save animation.\n"
1919
]
2020
},
2121
{
@@ -82,7 +82,7 @@
8282
"name": "python",
8383
"nbconvert_exporter": "python",
8484
"pygments_lexer": "ipython3",
85-
"version": "3.7.9"
85+
"version": "3.7.7"
8686
}
8787
},
8888
"nbformat": 4,

notebooks/python_module/08_tracking_manipulation/pet_track_anim_matplotlib_animation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Track animation with standard matplotlib\n\nRun in a terminal this script, which allow to watch eddy evolution\n"
18+
"\nTrack animation with standard matplotlib\n========================================\n\nRun in a terminal this script, which allow to watch eddy evolution.\n\nYou could use also *EddyAnim* script to display/save animation.\n"
1919
]
2020
},
2121
{
@@ -93,7 +93,7 @@
9393
"name": "python",
9494
"nbconvert_exporter": "python",
9595
"pygments_lexer": "ipython3",
96-
"version": "3.7.9"
96+
"version": "3.7.7"
9797
}
9898
},
9999
"nbformat": 4,

0 commit comments

Comments
 (0)