質問編集履歴
1
写真を追加しました。
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -7,4 +7,5 @@
|
|
|
7
7
|
set_xmargin(0)
|
|
8
8
|
subplots_adjust(left=None, bottom=None, right=None, top=None, wspace=None, hspace=None)
|
|
9
9
|
plt.xlim(-0.5,len(df)-.5)
|
|
10
|
-
margins(*margins, x=None, y=None, tight=True)
|
|
10
|
+
margins(*margins, x=None, y=None, tight=True)
|
|
11
|
+

|