y = [0.22, 0.34, 0.5, 0.56, 0.78] x = [0.17, 0.5, 0.855] X, Y = np.meshgrid(x, y) fig, ax = plt.subplots(figsize=(6, 4), dpi=100) ax.set(xlim=(0, 1), ylim=(0, 1 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results