小编Zhi*_*Liu的帖子

在 ipython notebook 中在一行中绘制两个图形

我只是使用 inline inipython来绘制数字

%matplotlib inline
Run Code Online (Sandbox Code Playgroud)

但是,由于我想在笔记本中绘制数千个数字并同时比较每两个数字,但ipython只给我这两个数字,一个在另一个下面。

我只是想知道,我怎么能把这两张图连在一起。那是一个在另一个的右边?

而且,子图不会成为我的选择,因为我只是functions在一个包中使用来绘制这两个图。

ee.daily_plot(2)
ee.hourly_plot(2)
Run Code Online (Sandbox Code Playgroud)

python ipython figure

2
推荐指数
1
解决办法
3861
查看次数

标签 统计

figure ×1

ipython ×1

python ×1