I have made my plots inline on my Ipython Notebook with \"%matplotlib inline.\"
%matplotlib inline
Now, the plot appears. However, it is very small. Is there a way to ma
The question is about matplotlib, but for the sake of any R users that end up here given the language-agnostic title:
matplotlib
If you're using an R kernel, just use:
options(repr.plot.width=4, repr.plot.height=3)