回答編集履歴

1

追記

2020/02/08 09:21

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -23,3 +23,11 @@
23
23
 
24
24
 
25
25
  ```
26
+
27
+
28
+
29
+ このライブラリに限らず、matplotlibに描画するタイプの関数はたいてい`ax`のようなAxes objectを取る引数を受け付けます。なので普通にmatplotlibで複数グラフ描画するのとほぼ同様の方法で好きなAxesにプロットできます。
30
+
31
+
32
+
33
+ [draw_networkx — NetworkX 1.10 documentation](https://networkx.github.io/documentation/networkx-1.10/reference/generated/networkx.drawing.nx_pylab.draw_networkx.html)