グラフのプロパティ「ノルム」を変更する方法を知っている人はいますか。コマンド;
G = SetProperty[G, "GraphProperties" -> {"Norm" -> 1}]
私が期待したように動作しません。これがグラフ コンストラクタです。
G = Graph[{Property[1, "Potential" -> 11],2,3,4},
{Property[2 -> 1, "PreferenceIntensity" -> 5], 3 -> 1, 3 -> 2, 1 -> 4},
EdgeWeight -> {5, 3, 4, 2},
Properties -> {"GraphProperties" -> {"Norm" -> 5}},
VertexLabels -> "Name", ImagePadding -> 10] ;
ありがとう。