Skip to content

Commit

Permalink
Rename self.x_axis.data_values to x_axis_values.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoliver committed May 9, 2024
1 parent 195940d commit 9642d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dimes/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def finalize_plot(self):
)
self.figure.add_trace(
Scatter(
x=self.x_axis.data_values,
x=x_axis_values,
y=y_values,
name=display_data.name,
yaxis=f"y{y_axis_id}",
Expand Down

0 comments on commit 9642d9f

Please sign in to comment.