From 7081f1f69326339a7d90951e5e74f70b6f7dbae8 Mon Sep 17 00:00:00 2001 From: Chris Parmer Date: Wed, 17 Jul 2019 10:53:22 -0400 Subject: [PATCH] :space_invaders: remove whitespace in link --- python/facet-plots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/facet-plots.md b/python/facet-plots.md index 33b78ac74..120dc80a9 100644 --- a/python/facet-plots.md +++ b/python/facet-plots.md @@ -39,8 +39,8 @@ jupyter: ### Facet and Trellis Plots -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] -(/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. +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](/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. ### Scatter Plot Column Facets