Skip to content

Commit 26c82aa

Browse files
authored
Merge pull request #5134 from plotly/update-default-print-grid
Update print_grid default
2 parents 9256014 + 1647279 commit 26c82aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/subplots.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def make_subplots(
5959
- 'bottom-left': Subplots are numbererd with (1, 1) in the bottom
6060
left corner
6161
62-
print_grid: boolean (default True):
63-
If True, prints a string representation of the plot grid. Grid may
62+
print_grid: boolean (default False):
63+
If True, prints a string representation of the plot grid. Grid may
6464
also be printed using the `Figure.print_grid()` method on the
6565
resulting figure.
6666

0 commit comments

Comments
 (0)