Add docs for linelength
Mostly based on reverse engineering and playing with examples. The code is here: https://gitlab.com/graphviz/graphviz/-/blob/main/lib/cgraph/write.c Seems to apply to the graph overall. default and minimum come from ``` #define MAX_OUTPUTLINE 128 #define MIN_OUTPUTLINE 60 ``` Towards #75
Loading
Please register or sign in to comment