Skip to content

Commit 4ea4136

Browse files
committed
don’t defer
1 parent 477cfd1 commit 4ea4136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/scales.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const maxAnomaly = d3.max(gistemp, (d) => d.Anomaly);
7070

7171
Scales aren’t limited to horizontal and vertical position. They can also output to color, radius, length, opacity, and more. For example if we switch to a [rule](../marks/rule.md) and use the **stroke** channel instead of **y**, we get a one-dimensional heatmap:
7272

73-
:::plot defer https://observablehq.com/@observablehq/plot-scales-intro
73+
:::plot https://observablehq.com/@observablehq/plot-scales-intro
7474
```js
7575
Plot.ruleX(gistemp, {x: "Date", stroke: "Anomaly"}).plot()
7676
```

0 commit comments

Comments
 (0)