Skip to content

Commit 63c40ef

Browse files
committed
Update CHANGELOG
1 parent 91f5348 commit 63c40ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The same data, as filled contours in projected coordinates:
4545
Plot.plot({
4646
width: 640,
4747
height: 484,
48-
projection: {type: "reflect-y", domain: {type: "MultiPoint", coordinates: ca55.map((d) => [d.GRID_EAST, d.GRID_NORTH])}},
4948
color: {type: "diverging", legend: true},
49+
projection: {type: "reflect-y", domain: {type: "MultiPoint", coordinates: ca55.map((d) => [d.GRID_EAST, d.GRID_NORTH])}},
5050
marks: [Plot.contour(ca55, {x: "GRID_EAST", y: "GRID_NORTH", fill: "MAG_IGRF90", stroke: "currentColor", blur: 2})]
5151
})
5252
```

0 commit comments

Comments
 (0)