import matplotlib.pyplot as plt plt.plot(X, Y,'b.') # points en bleu plt.grid() plt.show()