We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0866ab1 + 5d6b84a commit 5b4363eCopy full SHA for 5b4363e
1 file changed
plotly/_subplots.py
@@ -92,7 +92,7 @@ def make_subplots(
92
93
- 'top-left': Subplots are numbered with (1, 1) in the top
94
left corner
95
- - 'bottom-left': Subplots are numbererd with (1, 1) in the bottom
+ - 'bottom-left': Subplots are numbered with (1, 1) in the bottom
96
97
98
print_grid: boolean (default True):
@@ -166,7 +166,7 @@ def make_subplots(
166
for this subplot to span.
167
* l (float, default 0.0): padding left of cell
168
* r (float, default 0.0): padding right of cell
169
- * t (float, default 0.0): padding right of cell
+ * t (float, default 0.0): padding top of cell
170
* b (float, default 0.0): padding bottom of cell
171
172
- Note: Use 'horizontal_spacing' and 'vertical_spacing' to adjust
0 commit comments