Traceback (most recent call last): File "/Users/user/lib/python3.6/site-packages/matplotlib/axes/_axes.py", line 4284, in _parse_scatter_color_args colors = mcolors ...
import matplotlib.pyplot as plt import numpy as np N = 3000000 x = np.random.random(N) y = np.random.random(N) c = np.random.random((N, 3)) # RGB plt.scatter(x, y, 1, c, '.') plt.show() The initial ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results