Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de0af53

Browse files
committed
Shrink figure size
1 parent 99b2957 commit de0af53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/color/named_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
ncols = 4
2828
nrows = n // ncols
2929

30-
fig, ax = plt.subplots(figsize=(12, 10))
30+
fig, ax = plt.subplots(figsize=(9, 7.5))
3131

3232
# Get height and width
3333
X, Y = fig.get_dpi() * fig.get_size_inches()

0 commit comments

Comments
 (0)