Skip to content

Commit 0d4fcc6

Browse files
Update doc/python/facet-plots.md
Fix Typo Co-Authored-By: Emmanuelle Gouillart <[email protected]>
1 parent 2a5b53e commit 0d4fcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/facet-plots.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fig.show()
121121

122122
### Zooming subplots to the same range
123123

124-
Using `facet_col` from `plotly.express` let zoom each facet to the same range impliciltly. However, if the subplots are created with `make_subplots`, the axis needs to be updated with `matches` parameter to zoom all the subplots accordingly. Zoom in one trace below, to see the other subplots zoomed to the same x-axis range:
124+
Using `facet_col` from `plotly.express` let zoom each facet to the same range implicitly. However, if the subplots are created with `make_subplots`, the axis needs to be updated with `matches` parameter to zoom all the subplots accordingly. Zoom in one trace below, to see the other subplots zoomed to the same x-axis range:
125125

126126
```python
127127
import plotly.graph_objects as go

0 commit comments

Comments
 (0)