Divert the output of graph_draw to matplotlib axes

Dear Tiago,

Is it possible to divert an output of graph_draw to matplotlib axes? For
example, what can I do if I want to draw several graphs using subplots?

Thank you
Snehal

attachment.html (466 Bytes)

Yes; see the "mplfig" parameter of graph_draw().

Thank you very much!

attachment.html (1.34 KB)