8 Feb
2017
8 Feb
'17
9:47 a.m.
On 08.02.2017 06:50, Snehal Shekatkar wrote:
Dear Tiago,
I am trying to draw a graph in which edges have some property of type float. I am coloring the edges using these float values. Now, I want to show a colorbar on the side of the graph which would give idea of these values on the edges. Is this possible in any way?
You can plot inside a matplotlib figure (see the mplfig parameter to graph_draw) and then draw a colorbar using matplotlib. -- Tiago de Paula Peixoto <tiago@skewed.de>