Skip to content

Commit 5f34821

Browse files
committed
aspectRatio: 1
1 parent d6a1c27 commit 5f34821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/javascript/duckdb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Now let’s make a chart with [Plot’s raster mark](https://observablehq.com/pl
2424

2525
```js echo
2626
Plot.plot({
27+
aspectRatio: 1,
2728
x: {domain: [0, 360]},
2829
y: {domain: [-90, 90]},
2930
marks: [

0 commit comments

Comments
 (0)