Fix Python – How to set the matplotlib figure default size in ipython notebook?
I use “$ipython notebook –pylab inline” to start the ipython notebook. The display matplotlib figure size is too big for me, and I have to adjust it manually. How to set the default size for the figure displayed in cell?
….