Skip to content

Commit 09df5f3

Browse files
Merge pull request #102 from plotly/chriddyp-patch-1
remove whitespace in link
2 parents c86efa2 + 7081f1f commit 09df5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/facet-plots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jupyter:
3939

4040
### Facet and Trellis Plots
4141

42-
Facet plots, also known as trellis plots or small multiples, are figures made up of multiple subplots which have the same set of axes, where each subplot shows a subset of the data. While it is straightforward to use `plotly`'s [subplot capabilities]
43-
(/python/subplots/) to make such figures, it's far easier to use the built-in `facet_row` and `facet_col` arguments in the various [Plotly Express](/python/plotly-express/) functions.
42+
Facet plots, also known as trellis plots or small multiples, are figures made up of multiple subplots which have the same set of axes, where each subplot shows a subset of the data. While it is straightforward to use `plotly`'s
43+
[subplot capabilities](/python/subplots/) to make such figures, it's far easier to use the built-in `facet_row` and `facet_col` arguments in the various [Plotly Express](/python/plotly-express/) functions.
4444

4545
### Scatter Plot Column Facets
4646

0 commit comments

Comments
 (0)