Skip to content

Commit c21bc69

Browse files
authored
Merge pull request #616 from nirjhar-das/nirjhar-das-fix-rlocus
Updated rlocus.py to remove warning by sisotool() with rlocus_grid=True
2 parents a6a5bee + 1ca4a03 commit c21bc69

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
@@ -236,7 +236,7 @@ def root_locus(sys, kvect=None, xlim=None, ylim=None,
236236
if isdtime(sys, strict=True):
237237
zgrid(ax=ax)
238238
else:
239-
_sgrid_func(f)
239+
_sgrid_func(fig=fig)
240240
elif grid:
241241
if isdtime(sys, strict=True):
242242
zgrid(ax=ax)

0 commit comments

Comments
 (0)