Repositories (1)

Fun_package
1 snippets stored for this repo
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