Added missing grids to graphs

This commit is contained in:
spla 2023-01-11 13:34:05 +01:00
pare b62782e519
commit a0ecfec771
S'han modificat 1 arxius amb 4 adicions i 0 eliminacions

Veure arxiu

@ -283,6 +283,8 @@ if __name__ == '__main__':
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.savefig('servers.png')
@ -301,6 +303,8 @@ if __name__ == '__main__':
plt.ylabel('MAU')
plt.grid(visible=True)
plt.savefig('mau.png')
plt.close()