Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: Which tools are used to generate diagrams in this article?
5 points
by
emschlr
1584 days ago
The post https://mattferraro.dev/posts/inverse-of-a-circle hit HN front page a few weeks ago.
Anyone here knows which tools the author is using to generate the beautiful diagrams?
2 comments
nikau
1584 days ago
View source of the svg files shows "inkscape:version="1.1 (c4e8f9e, 2021-05-24)""
link
InInteraction
1584 days ago
Not from the source code, but JSXGraph (
https://jsxgraph.uni-bayreuth.de/wp/index.html
) is a great tool for this kind of diagrams.
link