Skip to content

Commit

Permalink
fix for github #623
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerbfuller committed Nov 4, 2021
1 parent fa1dea1 commit 1eb9997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/rlocus.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ def root_locus(sys, kvect=None, xlim=None, ylim=None,
else:
if ax is None:
ax = plt.gca()
fig = ax.figure
ax.set_title('Root Locus')
fig = ax.figure
ax.set_title('Root Locus')

if print_gain and not sisotool:
fig.canvas.mpl_connect(
Expand Down

0 comments on commit 1eb9997

Please sign in to comment.