File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- * Introduction
1+ # Introduction
22This tutorial is a complete re-imagining of how one should teach users
33the matplotlib library. Hopefully, this tutorial may serve as inspiration
44for future restructuring of the matplotlib documentation. Plus, I have some
@@ -16,12 +16,12 @@ The tutorial can be viewed on [nbviewer](http://nbviewer.jupyter.org):
1616* [ Part 5: Artists] ( http://nbviewer.jupyter.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part5-Artists.ipynb )
1717* [ Part 6: mpl_toolkits] ( http://nbviewer.jupyter.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part6-mpl_toolkits.ipynb )
1818
19- * Installation
19+ # Installation
2020All you need is matplotlib (v1.5 or greater) and jupyter installed.
2121You can use your favorite Python package installer for this:
2222
23- $ conda install matplotlib jupyter
24- $ git clone https://github.com/WeatherGod/AnatomyOfMatplotlib.git
25- $ cd AnatomyOfMatplotlib
26- $ jupyter notebook
23+ > conda install matplotlib jupyter
24+ > git clone https://github.com/WeatherGod/AnatomyOfMatplotlib.git
25+ > cd AnatomyOfMatplotlib
26+ > jupyter notebook
2727
You can’t perform that action at this time.
0 commit comments