使用Python内核运行Jupyter,您可以使用以下方法调整内联图的尺寸: plt.subplots(..., figsize=(...))
。使用Matlab IDE,可以使用set(gcf, 'position', [...])
调整图的大小。但是,有没有一种方法可以使用Matlab内核在Jupyter中调整内联图的大小?
答案 0 :(得分:1)
如https://nbviewer.jupyter.org/github/Calysto/matlab_kernel/blob/master/matlab_kernel.ipynb所示:
你可以使用魔法!例如:
%plot -s 200,150