Skip to content

Commit

Permalink
Don't extend hfss_report_full_convergence vertically (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosavola committed Aug 10, 2022
1 parent 490886a commit 5e5e0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyEPR/core_distributed_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5e5e0e1

Please sign in to comment.