質問編集履歴

3

matplotlibのバージョンの追加

2019/06/27 08:30

投稿

ruei
ruei

スコア284

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,8 @@
11
11
  改善方法のわかる方がいらっしゃったらご教示ください。
12
12
 
13
13
  pythonのバージョンはPython 3.6.8 :: Anaconda, Inc.です。
14
+
15
+ matplotlibのバージョンは3.1.0です。
14
16
 
15
17
  ```
16
18
 

2

pythonのバージョンの追加

2019/06/27 08:30

投稿

ruei
ruei

スコア284

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,8 @@
9
9
  fig.tight_layout()を追加してみたのですが、タイトルとメモリは重なったままです。
10
10
 
11
11
  改善方法のわかる方がいらっしゃったらご教示ください。
12
+
13
+ pythonのバージョンはPython 3.6.8 :: Anaconda, Inc.です。
12
14
 
13
15
  ```
14
16
 

1

fig.tight_layout()の説明の追加

2019/06/27 08:28

投稿

ruei
ruei

スコア284

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,11 @@
4
4
 
5
5
  ![イメージ説明](8c18d93c8b33202a61fb3c027ada30c6.png)
6
6
 
7
+ 公式ドキュメント(https://matplotlib.org/users/tight_layout_guide.html)に従って
8
+
9
+ fig.tight_layout()を追加してみたのですが、タイトルとメモリは重なったままです。
10
+
7
- 公式ドキュメントに従
11
+ 改善方法のわかる方がいらしゃったらご教示ください。
8
12
 
9
13
  ```
10
14