Skip to content

Commit 9872f1e

Browse files
Merge pull request #933 from OceanParcels/plotting-tutorial-reference
Update to plotting tutorial: Disclaimer added
2 parents 42630ee + b6fa831 commit 9872f1e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

parcels/examples/tutorial_plotting.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"# Parcels plotting methods\n",
8+
"**Disclaimer: This tutorial demonstrates the simple plotting functionality included in Parcels. For high quality analysis it is recommended to create your own code. [This tutorial](https://nbviewer.jupyter.org/github/OceanParcels/parcels/blob/master/parcels/examples/tutorial_output.ipynb) shows how to start a more advanced analysis.** \n",
9+
"\n",
710
"The `show()` method of the `Particelset` class is capable of plotting the particle locations and velocity fields in scalar and vector form. In this notebook, we demonstrate these capabilities using the GlobCurrent dataset. We begin by importing the relevant modules."
811
]
912
},
@@ -420,7 +423,7 @@
420423
"name": "python",
421424
"nbconvert_exporter": "python",
422425
"pygments_lexer": "ipython3",
423-
"version": "3.6.8"
426+
"version": "3.6.11"
424427
}
425428
},
426429
"nbformat": 4,

0 commit comments

Comments
 (0)