10000 EXA set figure size to avoid overlaps (#11889) · scikit-learn/scikit-learn@9a86e39 · GitHub
[go: up one dir, main page]

Skip to content

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/mixture/plot_gmm_selection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
bars = []
5858

5959
# Plot the BIC scores
60+
plt.figure(figsize=(8, 6))
6061
spl = plt.subplot(2, 1, 1)
6162
for i, (cv_type, color) in enumerate(zip(cv_types, color_iter)):
6263
xpos = np.array(n_components_range) + .2 * (i - 2)

0 commit comments

Comments
 (0)
0