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
I have found that %matplotlib notebook works better for me than inline with Jupyter notebooks.
%matplotlib notebook
Note that you may need to restart the kernel if you were using %matplotlib inline before.
Update 2019: If you are running Jupyter Lab you might want to use %matplotlib widget
%matplotlib widget