Skip to content

Commit

Permalink
fix x margin groupby bug - update axis labels in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Dec 17, 2024
1 parent 330fddd commit f2a441b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyopenms_viz/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ def create_x_axis_plot(self, canvas=None) -> "figure":
data=x_data,
x=self.x,
y=self.z,
by=self.by,
canvas=canvas,
config=self.x_plot_config,
)
Expand All @@ -1193,6 +1194,7 @@ def create_x_axis_plot(self, canvas=None) -> "figure":
data=x_data,
x=self.x,
y=self.z,
by=self.by,
canvas=canvas,
config=self.x_plot_config,
)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2a441b

Please sign in to comment.