Graphviz bold font attribute

前端 未结 2 707
南方客
南方客 2021-02-15 07:18

I would like to change font attribute as the example below

\"example\"

Is there any way to change the font

2条回答
  •  太阳男子
    2021-02-15 07:44

    You may use HTML-like labels in graphviz and define labels with partially bold text:

    mynode [label=<bold text>]
    

    Or use the tag:

    mynode [label=< bold text regular text >]
    

提交回复
热议问题