Skip to content

Commit

Permalink
plot: Fix unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Feb 28, 2025
1 parent 6c6b2a0 commit 8646ee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified tests/plot/format/ref/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions tests/plot/format/test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
#test-case({
plot.plot(
size: (8, 4),
x-min: -1e10,
x-max: +1e10,
x-tick-step: 1e10,
x-min: -2e18,
x-max: +2e18,
x-tick-step: 1e18,
y-format: none,
x-format: plot.formats.sci, {
plot.add(data)
Expand Down

0 comments on commit 8646ee1

Please sign in to comment.