I wonder if it is possible to use different font sizes in the same label. If so, could any provide me with example?
Yes this is possible using HTML-Like labels.
Here's a simple example:
digraph g{
a[label=<
<FONT POINT-SIZE="20">Bigger</FONT>
and
<FONT POINT-SIZE="10">Smaller</FONT>
>];
}
Output:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With