You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dot languages supports bold/italic/superscript/subscript/underlines text for node labels. I forked the latest dot2tex and apparently it does not support font formatting.
Example graph:
digraph G {
Foo[label=<<B>Hello</B><SUP>world</SUP>>]
Bar[label=<<U><I><S>Hel</S>lo</I></U><SUB><B>world</B></SUB>>]
Foo->Bar
}
The text was updated successfully, but these errors were encountered:
The dot languages supports bold/italic/superscript/subscript/underlines text for node labels. I forked the latest dot2tex and apparently it does not support font formatting.
Example graph:
The text was updated successfully, but these errors were encountered: