Skip to content

Commit

Permalink
Equal axis scaling for Nyquist plots
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaCourtier committed Jul 23, 2024
1 parent 1711679 commit 01a0f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybop/plotting/nyquist.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ def nyquist(problem, problem_inputs: Inputs = None, show=True, **layout_kwargs):
tickwidth=2,
tickcolor="black",
ticklen=5,
scaleanchor="x",
scaleratio=1,
),
legend=dict(
x=0.02,
Expand Down

0 comments on commit 01a0f2c

Please sign in to comment.