On 12/10/2012 11:59 PM, Chris Diehl wrote: > Hello, > > I've got a quick question: how are the colors parameterized? Is it expecting > CMYK?
I assume you're talking about the graph_draw() function. Colors are expected to be RBGA values, with each entry in the [0,1] range (eg. [0.5, 0.5, 0.5, 1] is opaque gray) or a string which can be understood by matplotlib, such as "blue" or "#0000FF". Cheers, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
