python scatter plot combine subtractive colors cyan and yellow to obtain strong green color, not faded

前端 未结 0 1761
清酒与你
清酒与你 2021-01-26 07:36

I am trying to combine basic colors (cyan and yellow to obtain green color). Here is my code:

import matplotlib.pyplot as plt
x = [1]
y = [1]
x2 = [2]
y2 = [1]
si         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题