Skip to content

Commit 8646ee1

Browse files
committed
plot: Fix unit-test
1 parent 6c6b2a0 commit 8646ee1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/plot/format/ref/1.png

1.55 KB
Loading

tests/plot/format/test.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
#test-case({
4242
plot.plot(
4343
size: (8, 4),
44-
x-min: -1e10,
45-
x-max: +1e10,
46-
x-tick-step: 1e10,
44+
x-min: -2e18,
45+
x-max: +2e18,
46+
x-tick-step: 1e18,
4747
y-format: none,
4848
x-format: plot.formats.sci, {
4949
plot.add(data)

0 commit comments

Comments
 (0)