Skip to content

Commit 496cf0d

Browse files
fix warnings
1 parent fa94784 commit 496cf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketpy/plots/monte_carlo_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def plot_comparison(self, other_monte_carlo):
227227
# Plot boxplot
228228
bp = ax1.boxplot(
229229
[other_monte_carlo.results[key], self.monte_carlo.results[key]],
230-
orientation="horizontal",
230+
vert=False,
231231
tick_labels=["Other", "Original"],
232232
patch_artist=True,
233233
)

0 commit comments

Comments
 (0)