User added to our systems on Tue Jan 21 2025
y = [-i * i for i in x] ax.scatter(x, y, color=color) # Dick plot end x = [i for i in np.arange(-1.5, 1.5, 0.01)] # Dickhead plot start y = [-2.25 for i in x] ax.scatter(x, y, color=color) # dickhead plot end