Loading src/geoloop/plotting/create_plots.py +4 −3 Original line number Diff line number Diff line Loading @@ -281,11 +281,12 @@ class PlotResults: ax.legend(loc=(-0.07, -0.35)) for idx, df in enumerate(results_dfs): if "qloop" in plot_parameters and "qloop" in df.columns: ax_twin = ax.twinx() ax_twin.set_ylabel("Pump Power [W]") for idx, df in enumerate(results_dfs): if "qloop" in plot_parameters and "qloop" in df.columns: color = next(color_iter) # Plot the line Loading Loading
src/geoloop/plotting/create_plots.py +4 −3 Original line number Diff line number Diff line Loading @@ -281,11 +281,12 @@ class PlotResults: ax.legend(loc=(-0.07, -0.35)) for idx, df in enumerate(results_dfs): if "qloop" in plot_parameters and "qloop" in df.columns: ax_twin = ax.twinx() ax_twin.set_ylabel("Pump Power [W]") for idx, df in enumerate(results_dfs): if "qloop" in plot_parameters and "qloop" in df.columns: color = next(color_iter) # Plot the line Loading