Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbab755 commit 1710625Copy full SHA for 1710625
1 file changed
REDAME.md
@@ -0,0 +1,25 @@
1
+# Time series exploration with matplotlib
2
+
3
+## setup
4
5
+To set up an enviroment for this tutorial use
6
7
+ $ conda create -n mpl-tutorial -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython
8
9
+for *nix
10
11
+ $ source activate mpl-tutorial
12
13
+for windows
14
15
+ $ activate mpl-tutorial
16
17
+### for 99-get_data
18
19
+ $ conda install -c cartopy proj4
20
21
+## Running
22
23
+All of the examples should be run from IPython as
24
25
+ %run -i NN-FILE.py
0 commit comments