Skip to content

Instantly share code, notes, and snippets.

@lithuak
Created April 11, 2014 11:06
Show Gist options
  • Save lithuak/10458847 to your computer and use it in GitHub Desktop.
Save lithuak/10458847 to your computer and use it in GitHub Desktop.
Make matplotlib plot two times bigger
import matplotlib
matplotlib.rcParams['savefig.dpi'] = 2 * matplotlib.rcParams['savefig.dpi']
http://nbviewer.ipython.org/gist/minrk/3301035
http://calebmadrigal.com/big-graphs-ipython-notebook/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment