Skip to content

Commit

Permalink
BUG: Use correct keyword arg for creating a timeplot curve item
Browse files Browse the repository at this point in the history
Signed-off-by: flowln <[email protected]>
  • Loading branch information
flowln committed Oct 26, 2023
1 parent 60bfb8a commit 0d9ac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydm/widgets/timeplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def addYChannel(

# Add curve
new_curve = self.createCurveItem(
y_channel=y_channel,
channel_address=y_channel,
plot_by_timestamps=self._plot_by_timestamps,
plot_style=plot_style,
name=name,
Expand Down

0 comments on commit 0d9ac32

Please sign in to comment.