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