stanley-king hace 4 años
padre
commit
ea375efd02
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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")