Skip to content

Commit fd70c0e

Browse files
committed
plot: Fix unit-test
1 parent c9c39a3 commit fd70c0e

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

+3-3
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)