Loading scripts/create_histograms.py +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ def create_histograms( image_file = f"histogram_{measure}_{fmt}.png" image_path = output_folder.joinpath(image_file) plt.savefig(image_path) plt.close(fig) if display_only: plt.show() Loading Loading
scripts/create_histograms.py +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ def create_histograms( image_file = f"histogram_{measure}_{fmt}.png" image_path = output_folder.joinpath(image_file) plt.savefig(image_path) plt.close(fig) if display_only: plt.show() Loading