Skip to content

Commit 18d951a

Browse files
committed
not so much
1 parent f8d4f4c commit 18d951a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/marks/area.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ Plot.plot((() => {
261261
```
262262
:::
263263

264+
See also the [ridgeline chart](https://observablehq.com/@observablehq/plot-ridgeline) example.
265+
264266
Interpolation is controlled by the [**curve** option](../features/curves.md). The default curve is *linear*, which draws straight line segments between pairs of adjacent points. A *step* curve is nice for emphasizing when the value changes, while *basis* and *catmull–rom* are nice for smoothing.
265267

266268
## Area options

0 commit comments

Comments
 (0)