This is a thing I noticed working on #24 :
If I draw a graph in the latex output, every empty graph element is outputted as a \-:
dev & \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- & 0\% & 2.8G & 2.8G & /dev
However, using pdflatex (and I'm pretty sure every other TeX compiler), the \- is interpreted as a suggestion to hyphenate.
So this graph is drawn is empty:

If I were to replace every \- with a simple -, it instead is drawn just like the text ouptut:

(notice the tiny line in between)
Is the current behaviour supposed to be like that? I read in the source that there might be an overhaul to the latex graph output at some point, but what about now?
If you want to change this, I can do it with #24 as well.
This is a thing I noticed working on #24 :
If I draw a graph in the latex output, every empty graph element is outputted as a
\-:However, using


pdflatex(and I'm pretty sure every other TeX compiler), the\-is interpreted as a suggestion to hyphenate.So this graph is drawn is empty:
If I were to replace every
\-with a simple-, it instead is drawn just like the text ouptut:(notice the tiny line in between)
Is the current behaviour supposed to be like that? I read in the source that there might be an overhaul to the latex graph output at some point, but what about now?
If you want to change this, I can do it with #24 as well.