首页 > 解决方案 > 放大从 ob-ipython 输出的图像

问题描述

我在 pandas 10 分钟内读到了这样一个例子

#+begin_src ipython :session alinbx :results raw drawer
 ts = pd.Series(np.random.randn(1000),
                index=pd.date_range('1/1/2000', periods=1000))
 ts = ts.cumsum()
 ts.plot()
#+end_src

得到结果:

在此处输入图像描述

显示的图像很小,如何通过修改ipython的配置来放大它?

标签: emacsorg-mode

解决方案


推荐阅读