Matplotlib - Performance and Large Data
Why does this code raise an error?
import matplotlib.pyplot as plt plt.scatter([1,2,3], [4,5], rasterized=True) plt.show()
