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 -- Snehal M. Shekatkar Pune India
On 17.06.2017 09:43, Snehal Shekatkar wrote:
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?
Yes; see the "mplfig" parameter of graph_draw(). -- Tiago de Paula Peixoto <tiago@skewed.de>
Thank you very much! On Mon, Jun 19, 2017 at 3:24 PM, Tiago de Paula Peixoto <tiago@skewed.de> wrote:
On 17.06.2017 09:43, Snehal Shekatkar wrote:
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?
Yes; see the "mplfig" parameter of graph_draw().
-- Tiago de Paula Peixoto <tiago@skewed.de>
_______________________________________________ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool
-- Snehal M. Shekatkar Pune India
participants (2)
-
Snehal Shekatkar -
Tiago de Paula Peixoto