Skip to content

Commit

Permalink
plot: Change scientific template to two axes
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Dec 5, 2024
1 parent 9fd222e commit 49a55f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/plot.typ
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@

#let templates = (
scientific: (ptx) => {
lin-axis("x")
lin-axis("y")
//lin-axis("u")
//lin-axis("v")
sub-plot.new("x", "y")
},
scientific-4: (ptx) => {
lin-axis("x")
lin-axis("y")
lin-axis("u")
Expand Down
Binary file modified tests/plot/grid/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 49a55f5

Please sign in to comment.