Skip to content

Commit 36d544d

Browse files
committed
Update README
1 parent babb7bf commit 36d544d

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
@@ -572,7 +572,7 @@ If the **x** channel is not specified, the bar will span the full horizontal ext
572572

573573
[<img src="./img/cell.png" width="320" height="320" alt="a heatmap">](https://observablehq.com/@data-workflows/plot-cell)
574574

575-
[Source](./src/marks/cell.js) · [Examples](https://observablehq.com/@data-workflows/plot-cell) · Draws rectangles where both *x* and *y* are ordinal, typically in conjunction with a *fill* channel to encode value.
575+
[Source](./src/marks/cell.js) · [Examples](https://observablehq.com/@data-workflows/plot-cell) · Draws rectangles where both *x* and *y* are ordinal, typically in conjunction with a *fill* channel to encode value. Cells are often used in conjunction with the [Plot.group](#plotgroupoutputs-options) transform.
576576

577577
In addition to the [standard mark options](#marks), including insets and rounded corners, the following optional channels are supported:
578578

@@ -581,7 +581,7 @@ In addition to the [standard mark options](#marks), including insets and rounded
581581

582582
If the **x** channel is not specified, the cell will span the full horizontal extent of the plot (or facet). Likewise if the **y** channel is not specified, the cell will span the full vertical extent of the plot (or facet). (Typically either *x*, *y*, or both are specified; see [Plot.frame](#frame) if you want a simple frame decoration around the plot.)
583583

584-
**stroke** defaults to none, and **fill** defaults to currentColor if stroke is none, and to none otherwise.
584+
The **stroke** defaults to none. The **fill** defaults to currentColor if stroke is none, and to none otherwise.
585585

586586
#### Plot.cell(*data*, *options*)
587587

0 commit comments

Comments
 (0)