Skip to content

Commit c01a328

Browse files
committed
Update README
1 parent de103cd commit c01a328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,13 +528,13 @@ Plot’s [faceting system](https://observablehq.com/@observablehq/plot-facets) p
528528
* *fx* - the horizontal position, a *band* scale
529529
* *fy* - the vertical position, a *band* scale
530530

531-
Faceting may either be specified at the top level of the plot, or on individual marks. When specified at the top level, the following options indicate which data should be faceted, and how:
531+
Faceting may either be specified at the top level of the plot or on individual marks. When specified at the top level, the following options indicate which data should be faceted, and how:
532532

533533
* facet.**data** - the data to be faceted
534534
* facet.**x** - the horizontal position; bound to the *fx* scale, which must be *band*
535535
* facet.**y** - the vertical position; bound to the *fy* scale, which must be *band*
536536

537-
With top-level faceting, any mark that uses the specified facet data will be faceted by default (see the *mark*.**facet** option below). When specified at the mark level, facets can be defined for each mark individually by specifying the *mark*.**fx** or *mark*.**fy** channel options.
537+
With top-level faceting, any mark that uses the specified facet data will be faceted by default, whereas marks that use different data will be repeated across all facets. (See the *mark*.**facet** option below for more). When specified at the mark level, facets can be defined for each mark via the *mark*.**fx** or *mark*.**fy** channel options.
538538

539539
Here is an example of top-level faceting:
540540

0 commit comments

Comments
 (0)