From b65ad838509b03a09e9bced8505ee19ce6d766c4 Mon Sep 17 00:00:00 2001 From: Nimrod Gilboa Markevich Date: Wed, 25 May 2022 00:31:44 +0300 Subject: [PATCH] tmp: Plot graph instead of saving to file --- performance_analysis/plot_from_tapper_logs.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/performance_analysis/plot_from_tapper_logs.py b/performance_analysis/plot_from_tapper_logs.py index 912b303f1..1b625b162 100644 --- a/performance_analysis/plot_from_tapper_logs.py +++ b/performance_analysis/plot_from_tapper_logs.py @@ -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()