diagraph
diagraph copied to clipboard
A typst wasm plugin to use graphviz directly inside documents
In the following example, the xlabel is rendered as intended: ````typ #render( ``` graph { a [xlabel=""] } ```.text, xlabels: ( a: [hello] ) ) ```` ![The xlabel for node...
Diagraph should let the user specify a function as `labels`, `xlabels`, or `clusters`, to replace all labels. The function would accept the Graphviz label as a string, and return some...
Hello! While trying to render a graph like this one: ```dot digraph structs { node [shape=record]; struct1 [label=" left| mid\ dle| right"]; struct2 [label=" one| two"]; struct3 [label="hello\nworld |{ b...
You can do it on the nodes, but I can't figure out how to do it on the edges..
## Beep boop. Your images are optimized! Your image file size has been reduced by **81%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...