Skip to content

Commit

Permalink
Fix log-mode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Oct 12, 2024
1 parent c8c7d2e commit bd0d87b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified tests/axes/log-mode/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.
4 changes: 2 additions & 2 deletions tests/axes/log-mode/test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
x => {calc.pow(10, x)},
samples: 100,
line: "raw",
label: $y=10^x$
label: $ y=10^x $,
)
plot.add(
domain: (1, 10),
x => {x},
samples: 100,
line: "raw",
hypograph: true,
label: $y=x$
label: $ y=x $,
)
}
)
Expand Down
Binary file modified tests/plot/legend/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.
Binary file modified tests/plot/violin/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.

0 comments on commit bd0d87b

Please sign in to comment.