Tried your script. It works to the point of creating the graph.png but then generates these errors:
Drawing diagram
./llmapper: line 53: convert: command not found
./llmapper: line 56: magick: command not found
./llmapper: line 59: convert: command not found
./llmapper: line 64: convert: command not found
The file /Users/tsheiner/work/llmapper/maps/output.png does not exist.
I don't know what convert and magick are, perhaps there is a dependency you forgot to list or you have something in your $PATH that I don't have?
Hi Jorge!
Tried your script. It works to the point of creating the graph.png but then generates these errors:
I don't know what
convert
andmagick
are, perhaps there is a dependency you forgot to list or you have something in your $PATH that I don't have?