We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a1c27 commit 5f34821Copy full SHA for 5f34821
docs/javascript/duckdb.md
@@ -24,6 +24,7 @@ Now let’s make a chart with [Plot’s raster mark](https://observablehq.com/pl
24
25
```js echo
26
Plot.plot({
27
+ aspectRatio: 1,
28
x: {domain: [0, 360]},
29
y: {domain: [-90, 90]},
30
marks: [
0 commit comments