-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plot: Contour Plots #243
plot: Contour Plots #243
Conversation
1aab104
to
d34c5f6
Compare
d34c5f6
to
61c9cbe
Compare
61c9cbe
to
94e2676
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The outputs/drawings look amazing as always. Unfortunately I'm struggling to follow how this all works but thats mostly to do with how github has decided to present the changes. The other part is the function documentation barely makes sense, if you want specifics it would be better to discuss it over discord. Also does the manual need updating?
201d756
to
845bef4
Compare
Tests are now detected by looking for files named "test.typ", rather than using each directory under "$TEST_ROOT".
15847aa
to
4998dda
Compare
4998dda
to
a661c05
Compare
Implementation of #215.
This mainly adds contour plot support but also is a first step in organizing the plotting lib by moving functions out of plot.typ into plot/... sub-files. Depends on #245.
Also adds
add-hline
(+ vline) support for drawing lines that span a whole axis.This also fixes filling of parametric functions.