I've been Googling for this for quite a while and yet I couldn't find anything. How do I draw a graph with Graphviz that has no vertices connected to it?
Like this:
digraph g {
SingleNode;
}
Simply do not define any edges connecting the node to other nodes (SingleNode -> OtherNode
).
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