Skip to content

Commit f937bc8

Browse files
committed
ENH: increase figure size for tuto
1 parent 39c5c06 commit f937bc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/mondrian/1-quickstart/plot_main-tutorial-mondrian-regression.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161

162162

163163
# Plot the coverage by groups, plot both methods side by side
164+
plt.figure(figsize=(10, 5))
164165
plt.bar(
165166
np.arange(len(coverages)) * 2,
166167
[float(coverages[group]["split"]) for group in coverages],

0 commit comments

Comments
 (0)