Update timeplot.py · python-control/python-control@70d9761

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 70d9761

authored

Update timeplot.py

fix name of TimeResponseData object from types to trace_types

1 parent 6406868 commit 70d9761

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -738,7 +738,7 @@ def combine_time_responses(response_list, trace_labels=None, title=None):

738738

if generate_trace_labels:

739739

trace_labels.append(response.title)

740740

trace_types.append(

741-

None if response.trace_types is None else response.types[0])

741+

None if response.trace_types is None else response.trace_types[0])

742742
743743

else:

744744

# Save the data

0 commit comments

Comments

 (0)