Plot Line2D sur l'axe

In [20]: line = Line2D(x, y)
In [21]: ax.add_line(line)
In [24]: plt.show()
Real Raccoon