I'm using matplotlib to obtain data graph, but I do not know the default setting of color format, RGB or CMYK? if not the RGB, how can I set CMYK in matplotlib code? Thank u all!
Asked
Active
Viewed 1,580 times
3
-
1I think matplotlib can't use CMYK. – furas Jun 22 '14 at 11:05
-
Thanks,it seems taht only I can do is using photoshop – Dyllian Jun 22 '14 at 11:43
-
1Maybe other module in Python could convert RGB/RGBA to CMYK but I don't know which one. – furas Jun 22 '14 at 11:49