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()