Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0ldlimit/bb9c080f2a09f69b47b6 to your computer and use it in GitHub Desktop.
Save c0ldlimit/bb9c080f2a09f69b47b6 to your computer and use it in GitHub Desktop.
#matplotlib #python quick reference
# change fontsize
http://stackoverflow.com/questions/12444716/how-do-i-set-figure-title-and-axes-labels-font-size-in-matplotlib
# change fontsize globally
http://stackoverflow.com/questions/3899980/how-to-change-the-font-size-on-a-matplotlib-plot
# where to store matplotlibrc
http://stackoverflow.com/questions/11535683/what-is-the-equivalent-to-home-in-a-virtualenv-python-specifically-for-matp
https://gist.github.com/huyng/816622
# change figure size in ipython
http://stackoverflow.com/questions/17230797/how-to-set-the-matplotlib-figure-default-size-in-ipython-notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment