We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536756c commit 00e0682Copy full SHA for 00e0682
example/main.typ
@@ -1,4 +1,5 @@
1
-#import "/lib.typ": *
+// #import "/lib.typ": * // For local testing
2
+#import "@preview/plotst:0.1.0": *
3
4
#let print(desc: "", content) = {
5
desc
@@ -209,4 +210,4 @@
209
210
// graph overlapping. Should make it possible to lay one graph onto another. Usefull when wanting to draw mathematical equations into a scatter plot
211
// util for mean, median, quartil <- Karla
212
// titles for axes (partly done) <- Karla, Gewi
-// fix axis titles being on wrong side
213
+// fix axis titles being on wrong side
0 commit comments