Skip to content

Commit 49177a4

Browse files
authored
ca55-south is upside down in the test (#1223)
not a big issue since it's only a test, but I can't unsee it
1 parent 28d4d0c commit 49177a4

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

test/output/contourCa55.svg

Lines changed: 9 additions & 9 deletions
Loading

test/output/rasterCa55Barycentric.svg

Lines changed: 1 addition & 1 deletion
Loading

test/output/rasterCa55Nearest.svg

Lines changed: 1 addition & 1 deletion
Loading

test/output/rasterCa55None.svg

Lines changed: 1 addition & 1 deletion
Loading

test/output/rasterCa55RandomWalk.svg

Lines changed: 1 addition & 1 deletion
Loading

test/plots/raster-ca55.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ async function plotCa55(mark) {
77
return Plot.plot({
88
width: 640,
99
height: 484,
10-
projection: {type: "identity", inset: 3, domain},
10+
projection: {type: "reflect-y", inset: 3, domain},
1111
color: {type: "diverging"},
1212
marks: [mark(ca55)]
1313
});

0 commit comments

Comments
 (0)