回答編集履歴

1

修正と追記

2018/05/26 14:58

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -10,6 +10,18 @@
10
10
 
11
11
  > plt.subplot(行数, 列数, 何番目のプロットか)
12
12
 
13
+
14
+
15
+
16
+
13
17
  参考:
14
18
 
15
19
  [matplotlib入門 - りんごがでている](http://bicycle1885.hatenablog.com/entry/2014/02/14/023734)
20
+
21
+
22
+
23
+ ちなみにplt.subplots()という、指定した数だけaxisのリストを返してくれるような関数もあります。
24
+
25
+
26
+
27
+ [matplotlib.pyplot.subplots — Matplotlib 2.2.2 documentation](https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplots.html)