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(
120120 Empty strings ("") can be included in the list if no subplot title
121121 is desired in that space so that the titles are properly indexed.
122122
123- specs: list of lists of dictionaries or None (default None)
123+ specs: list of lists of dict or None (default None)
124124 Per subplot specifications of subplot type, row/column spanning, and
125125 spacing.
126126
@@ -173,7 +173,7 @@ def make_subplots(
173173 - Note: Use 'horizontal_spacing' and 'vertical_spacing' to adjust
174174 the spacing in between the subplots.
175175
176- insets: list of dictionaries or None (default None):
176+ insets: list of dict or None (default None):
177177 Inset specifications. Insets are subplots that overlay grid subplots
178178
179179 - Each item in 'insets' is a dictionary.
You can’t perform that action at this time.
0 commit comments