> > How can I access the (r, g, b, alpha) tuples used by default when using
> > graph_draw()?
>
> The default color map used can be accessed via:
>
>     graph_tool.draw.default_cm


I want to extract the exact colors used by default in coloring vertices. For 
example vertex_fill_color=0 is turquoise (graph_tool.draw.default_cm(0)), 1 is 
yellow (graph_tool.draw.default_cm(300)), ...


How can I access the exact colors used in graph drawing?


I need this to create a legend.


Thx


Haiko

________________________________
Von: graph-tool <[email protected]> im Auftrag von Tiago de Paula 
Peixoto <[email protected]>
Gesendet: Donnerstag, 16. Januar 2020 15:48:02
An: Main discussion list for the graph-tool project
Betreff: Re: [graph-tool] Accessing colors

Am 16.01.20 um 13:33 schrieb Lietz, Haiko:
> Hi all,
>
>
> How can I access the (r, g, b, alpha) tuples used by default when using
> graph_draw()?

The default color map used can be accessed via:

    graph_tool.draw.default_cm

Best,
Tiago

--
Tiago de Paula Peixoto <[email protected]>
_______________________________________________
graph-tool mailing list
[email protected]
https://lists.skewed.de/mailman/listinfo/graph-tool
_______________________________________________
graph-tool mailing list
[email protected]
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to