Skip to content
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
Add information about animation
  • Loading branch information
AntSimi committed Dec 7, 2021
commit 573c4f5e6991a41004fd9bcbaa72d04fe5c0cbfa
4 changes: 3 additions & 1 deletion examples/08_tracking_manipulation/pet_track_anim.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Track animation
===============
Run in a terminal this script, which allow to watch eddy evolution
Run in a terminal this script, which allow to watch eddy evolution.
You could use also *EddyAnim* script to display/save animation.
"""
import py_eddy_tracker_sample
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Track animation with standard matplotlib
========================================
Run in a terminal this script, which allow to watch eddy evolution
Run in a terminal this script, which allow to watch eddy evolution.
You could use also *EddyAnim* script to display/save animation.
"""
import re
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"\n# Track animation\n\nRun in a terminal this script, which allow to watch eddy evolution\n"
"\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"
]
},
{
Expand Down Expand Up @@ -82,7 +82,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.9"
"version": "3.7.7"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"\n# Track animation with standard matplotlib\n\nRun in a terminal this script, which allow to watch eddy evolution\n"
"\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"
]
},
{
Expand Down Expand Up @@ -93,7 +93,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.9"
"version": "3.7.7"
}
},
"nbformat": 4,
Expand Down