Added missing grids to graphs
This commit is contained in:
pare
b62782e519
commit
a0ecfec771
S'han modificat 1 arxius amb 4 adicions i 0 eliminacions
|
@ -283,6 +283,8 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
plt.ylabel('fediverse alive servers')
|
plt.ylabel('fediverse alive servers')
|
||||||
|
|
||||||
|
plt.grid(visible=True)
|
||||||
|
|
||||||
plt.legend(('servers', 'max'), shadow=True, loc=(0.01, 1.00), handlelength=1.5, fontsize=10)
|
plt.legend(('servers', 'max'), shadow=True, loc=(0.01, 1.00), handlelength=1.5, fontsize=10)
|
||||||
|
|
||||||
plt.savefig('servers.png')
|
plt.savefig('servers.png')
|
||||||
|
@ -301,6 +303,8 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
plt.ylabel('MAU')
|
plt.ylabel('MAU')
|
||||||
|
|
||||||
|
plt.grid(visible=True)
|
||||||
|
|
||||||
plt.savefig('mau.png')
|
plt.savefig('mau.png')
|
||||||
|
|
||||||
plt.close()
|
plt.close()
|
||||||
|
|
Loading…
Referencia en una nova incidència