AnatomyOfMatplotlib
AnatomyOfMatplotlib copied to clipboard
Anatomy of Matplotlib -- tutorial developed for the SciPy conference
Addresses #32
Backend is no longer necessary IMO. Using a backend results in the following error on Jupyter. ``` Javascript Error: IPython is not defined ``` Also adding ```%matplotlib inline``` before importing...
In part 2, the example is too much to do at once. Rather, it would make sense to build up that example as more is taught. Perhaps a new feature...
It doesn't work when running through the examples, but if it is the first thing executing (say, after restarting the kernel), it works fine.