stanley-king 4 rokov pred
rodič
commit
ea375efd02
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      plot/DataCenter.py

+ 1 - 0
plot/DataCenter.py

@@ -188,6 +188,7 @@ class DataCenter(object):
             ax.set_title('success ratio')
             ax.set(xlabel='time', ylabel='ratio')
             fig.autofmt_xdate()
+            fig.subplots_adjust(left=0.05, right=0.999, top=0.95, bottom=0.1)
 
             buf = BytesIO()
             fig.savefig(buf, format="png")