diff --git a/pyEPR/core_distributed_analysis.py b/pyEPR/core_distributed_analysis.py index 5df07a9..ab3f7b1 100644 --- a/pyEPR/core_distributed_analysis.py +++ b/pyEPR/core_distributed_analysis.py @@ -1625,7 +1625,7 @@ def hfss_report_full_convergence(self, fig=None, _display=True): convergence_t = self.get_convergence(variation=variation) convergence_f = self.hfss_report_f_convergence(variation=variation) - axs[0].set_ylabel(variation_labels, fontsize='large') # add variation labels to y-axis of first plot + axs[0].set_ylabel(variation_labels.replace(' ', '\n')) # add variation labels to y-axis of first plot ax0t = axs[1].twinx() plot_convergence_f_vspass(axs[0], convergence_f)