Skip to content

Commit 6b78134

Browse files
committed
fix color error introduced in phaseplot/separatrices
1 parent 36d1aef commit 6b78134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/phaseplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def separatrices(
595595
xlim, ylim, maxlim = _set_axis_limits(ax, pointdata)
596596

597597
# Figure out the color to use for stable, unstable subspaces
598-
color = _get_color(kwargs, ax=ax)
598+
color = _get_color(kwargs)
599599
match color:
600600
case None:
601601
stable_color = 'r'

0 commit comments

Comments
 (0)