mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-14 14:43:46 +00:00
tmp: Plot graph instead of saving to file
This commit is contained in:
parent
e065cbf8a2
commit
b65ad83850
@ -183,6 +183,7 @@ if __name__ == '__main__':
|
|||||||
fig = plt.gcf()
|
fig = plt.gcf()
|
||||||
fig.set_size_inches(20, 18)
|
fig.set_size_inches(20, 18)
|
||||||
|
|
||||||
print('Saving graph to graph.png')
|
# print('Saving graph to graph.png')
|
||||||
plt.savefig('graph.png', bbox_inches='tight')
|
# plt.savefig('graph.png', bbox_inches='tight')
|
||||||
|
|
||||||
|
plt.show()
|
||||||
|
Loading…
Reference in New Issue
Block a user