Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
レイアウトエンジンはneatoです。a から c への矢印とノード b の間にもう少しスペースが欲しいです。marginそしてpad、ネイトを手伝わないでください。これは私のグラフです:
margin
pad
digraph G { splines=true a [pos="0.0,0.0!"]; b [pos="0.0,1.0!"]; c [pos="0.0,2.0!"]; a -> b; a -> c; b -> c; }
それは可能ですか?