8000 Modifed pzmap to get the plot · Gonewithwind0/python-control@a4b4c43 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4b4c43

Browse files
author
bucher
committed
Modifed pzmap to get the plot
1 parent 114890f commit a4b4c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/pzmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def pzmap(sys, Plot=True, grid=False, title='Pole Zero Map'):
8181
The system's zeros.
8282
"""
8383
# Get parameter values
84-
Plot = config._get_param('rlocus', 'Plot', grid, True)
84+
Plot = config._get_param('rlocus', 'Plot', Plot, True)
8585
grid = config._get_param('rlocus', 'grid', grid, False)
8686

8787
if not isinstance(sys, LTI):

0 commit comments

Comments
 (0)
0