Skip to content

Commit 49a55f5

Browse files
committed
plot: Change scientific template to two axes
1 parent 9fd222e commit 49a55f5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/plot.typ

+7
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262

6363
#let templates = (
6464
scientific: (ptx) => {
65+
lin-axis("x")
66+
lin-axis("y")
67+
//lin-axis("u")
68+
//lin-axis("v")
69+
sub-plot.new("x", "y")
70+
},
71+
scientific-4: (ptx) => {
6572
lin-axis("x")
6673
lin-axis("y")
6774
lin-axis("u")

tests/plot/grid/ref/1.png

1.24 KB
Loading

0 commit comments

Comments
 (0)