File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/python/plotly/plotly Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def make_subplots(
120
120
Empty strings ("") can be included in the list if no subplot title
121
121
is desired in that space so that the titles are properly indexed.
122
122
123
- specs: list of lists of dictionaries or None (default None)
123
+ specs: list of lists of dict or None (default None)
124
124
Per subplot specifications of subplot type, row/column spanning, and
125
125
spacing.
126
126
@@ -173,7 +173,7 @@ def make_subplots(
173
173
- Note: Use 'horizontal_spacing' and 'vertical_spacing' to adjust
174
174
the spacing in between the subplots.
175
175
176
- insets: list of dictionaries or None (default None):
176
+ insets: list of dict or None (default None):
177
177
Inset specifications. Insets are subplots that overlay grid subplots
178
178
179
179
- Each item in 'insets' is a dictionary.
You can’t perform that action at this time.
0 commit comments