Loading src/geoloop/plotting/create_plots.py +2 −2 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ class PlotResults: file_name = out_path.with_name( out_path.name + "timeplot_" + "_timeplot_" + "_".join(sorted(set(plotted_params))) + ".png" ) Loading Loading @@ -984,7 +984,7 @@ class PlotResults: bbox_to_anchor=(0, -0.1), loc="upper left" ) # Adjust legend position if needed save_path = outpath.with_name(outpath.name + f"Sensitivity_{y_variable}") save_path = outpath.with_name(outpath.name + f"_sensitivity_{y_variable}") plt.savefig(save_path, bbox_inches="tight") plt.close() else: Loading Loading
src/geoloop/plotting/create_plots.py +2 −2 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ class PlotResults: file_name = out_path.with_name( out_path.name + "timeplot_" + "_timeplot_" + "_".join(sorted(set(plotted_params))) + ".png" ) Loading Loading @@ -984,7 +984,7 @@ class PlotResults: bbox_to_anchor=(0, -0.1), loc="upper left" ) # Adjust legend position if needed save_path = outpath.with_name(outpath.name + f"Sensitivity_{y_variable}") save_path = outpath.with_name(outpath.name + f"_sensitivity_{y_variable}") plt.savefig(save_path, bbox_inches="tight") plt.close() else: Loading