Color Space?

Hello,

I've got a quick question: how are the colors parameterized? Is it
expecting CMYK?

Thanks, Chris

attachment.html (159 Bytes)

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