tmp: Plot graph instead of saving to file

This commit is contained in:
Nimrod Gilboa Markevich 2022-05-25 00:31:44 +03:00
parent e065cbf8a2
commit b65ad83850

View File

@ -183,6 +183,7 @@ if __name__ == '__main__':
fig = plt.gcf()
fig.set_size_inches(20, 18)
print('Saving graph to graph.png')
plt.savefig('graph.png', bbox_inches='tight')
# print('Saving graph to graph.png')
# plt.savefig('graph.png', bbox_inches='tight')
plt.show()