Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7081f1f

Browse files
authoredJul 17, 2019
:space_invaders: remove whitespace in link
1 parent c86efa2 commit 7081f1f

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)
Please sign in to comment.