Skip to content

Commit 14ce769

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)