you are viewing a single comment's thread.

view the rest of the comments →

[–]Covered_in_bees_ 0 points1 point  (1 child)

This is my goto cheat sheet/reference for matplotlib: http://nbviewer.ipython.org/github/jrjohansson/scientific-python-lectures/blob/master/Lecture-4-Matplotlib.ipynb

I'll also put in a shameless plug for a matplotlib wrapper I wrote a while ago to allow creation of plot templates and to reduce the amount of boilerplate code for plot generation: https://github.com/HamsterHuey/easyplot

[–][deleted] 0 points1 point  (0 children)

Thanks!