質問編集履歴
1
表記の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,6 +14,8 @@
|
|
14
14
|
|
15
15
|
・コード
|
16
16
|
|
17
|
+
```Python
|
18
|
+
|
17
19
|
import matplotlib.pyplot as plt
|
18
20
|
|
19
21
|
import seaborn as sns
|
@@ -26,6 +28,8 @@
|
|
26
28
|
|
27
29
|
hist = hist.map(plt.hist, 'sec', bins =20)
|
28
30
|
|
31
|
+
```
|
32
|
+
|
29
33
|
|
30
34
|
|
31
35
|
・試したこと
|
@@ -34,6 +38,8 @@
|
|
34
38
|
|
35
39
|
のX部分をいろいろいじってみる。
|
36
40
|
|
41
|
+
結果縦長の表示のまま変化なし
|
42
|
+
|
37
43
|
|
38
44
|
|
39
45
|
・Jypter notebookについて
|