Skip to content

Commit 005c3d7

Browse files
committed
Fixed axes ratio 'equal' when grid=None for discrete rlocus
2 parents decc8b8 + 6b7a9c7 commit 005c3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/rlocus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def root_locus(sys, kvect=None, xlim=None, ylim=None, plotstr=None,
230230
# TODO: could some of the settings below be done with nogrid:
231231
#nogrid(ax=ax)
232232
# nogrid calls grid._final_setup() which has slightly different
233-
# settings for axhline and axvline linewidths and no zorder
233+
# settings for axhline and axvline and no zorder
234234
# setting. For now I am leaving the original commands below:
235235
ax.axhline(0., linestyle=':', color='k', linewidth=.75, zorder=-20)
236236
ax.axvline(0., linestyle=':', color='k', linewidth=.75, zorder=-20)

0 commit comments

Comments
 (0)