We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b8b2d commit a032506Copy full SHA for a032506
1 file changed
control/phaseplot.py
@@ -630,7 +630,7 @@ def separatrices(
630
case (stable_color, unstable_color) | [stable_color, unstable_color]:
631
pass
632
case single_color:
633
- stable_color = unstable_color = color
+ stable_color = unstable_color = single_color
634
635
# Make sure all keyword arguments were processed
636
if _check_kwargs and kwargs:
0 commit comments