Documentation on parametric plot #116
|
Hello, in the docs it is mentioned that one can do parametric plots
I didn't find an example and failed to create one... My goal is to plot a hyperbola. A very boiled down example Fails with I also would like to set the parameters e.g. Maybe I also do some very basic typst errors 😅 |
Answered by
johannes-wolf
Feb 28, 2025
Replies: 1 comment 1 reply
|
You have to pass a function that takes a single parameter. Use Typst lambda functions like this: |
1 reply
Answer selected by
q-wertz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to pass a function that takes a single parameter. Use Typst lambda functions like this: