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 b83aaef + db17346 commit caad61bCopy full SHA for caad61b
packages/python/plotly/plotly/subplots.py
@@ -811,7 +811,7 @@ def _checks(item, defaults):
811
# Build resulting figure
812
fig = go.Figure(layout=layout)
813
814
- # Attach subpot grid info to the figure
+ # Attach subplot grid info to the figure
815
fig.__dict__["_grid_ref"] = grid_ref
816
fig.__dict__["_grid_str"] = grid_str
817
0 commit comments