Skip to content

Commit 5b4363e

Browse files
authored
Merge pull request #5578 from avasis-ai/fix-subplots-docstring-typos
docs: fix typos in make_subplots docstring
2 parents 0866ab1 + 5d6b84a commit 5b4363e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plotly/_subplots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def make_subplots(
9292
9393
- 'top-left': Subplots are numbered with (1, 1) in the top
9494
left corner
95-
- 'bottom-left': Subplots are numbererd with (1, 1) in the bottom
95+
- 'bottom-left': Subplots are numbered with (1, 1) in the bottom
9696
left corner
9797
9898
print_grid: boolean (default True):
@@ -166,7 +166,7 @@ def make_subplots(
166166
for this subplot to span.
167167
* l (float, default 0.0): padding left of cell
168168
* r (float, default 0.0): padding right of cell
169-
* t (float, default 0.0): padding right of cell
169+
* t (float, default 0.0): padding top of cell
170170
* b (float, default 0.0): padding bottom of cell
171171
172172
- Note: Use 'horizontal_spacing' and 'vertical_spacing' to adjust

0 commit comments

Comments
 (0)