Skip to content

WeatherGod/interactive_mpl_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time series exploration with matplotlib

setup

To set up an enviroment for this tutorial use

$ conda create -n mpl-tutorial -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython python=3

for *nix

$ source activate mpl-tutorial

for windows

$ activate mpl-tutorial

for 99-get_data

$ conda install -c conda-forge cartopy proj4

Running

All of the examples should be run from IPython as

%run -i NN-FILE.py

and should each be self-contained.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 62.4%
  • Python 37.6%