8000 Add plot_inputs=False to TimeResponseData output · python-control/python-control@14ce769 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14ce769

Browse files
committed
Add plot_inputs=False to TimeResponseData output
1 parent 6c95fbc commit 14ce769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/modelsimp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,5 @@ def markov(data, m=None, dt=True, truncate=False):
575575
trace_labels=trace_labels,
576576
trace_types=trace_types,
577577
transpose=data.transpose,
578+
plot_inputs=False,
578579
issiso=data.issiso)

0 commit comments

Comments
 (0)
0