问题
I have nodes in my diagram with their xlabels positioned left above them. How can I change this position? I want the xlabels to be exactly next to the node itself.
回答1:
xlp is the attribute you want, but it doesn't do anything.
You can't change the position because xlp is "write only", which indicates that the attribute is used for output, and is not used or read by any of the layout programs.
来源:https://stackoverflow.com/questions/40959545/graphviz-xlabel-position