diff --git a/src/plot.typ b/src/plot.typ index 8c57e07..4fd65f9 100644 --- a/src/plot.typ +++ b/src/plot.typ @@ -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") diff --git a/tests/plot/grid/ref/1.png b/tests/plot/grid/ref/1.png index 49e291b..9c05753 100644 Binary files a/tests/plot/grid/ref/1.png and b/tests/plot/grid/ref/1.png differ