plot line2d pada poros

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