Skip to content

Commit 1eb9997

Browse files
committed
fix for github #623
1 parent fa1dea1 commit 1eb9997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/rlocus.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ def root_locus(sys, kvect=None, xlim=None, ylim=None,
168168
else:
169169
if ax is None:
170170
ax = plt.gca()
171-
fig = ax.figure
172-
ax.set_title('Root Locus')
171+
fig = ax.figure
172+
ax.set_title('Root Locus')
173173

174174
if print_gain and not sisotool:
175175
fig.canvas.mpl_connect(

0 commit comments

Comments
 (0)