plot x y graphic interface.
x=(1,2,3,4,5,6) y=(6,6,7,8,9,5) #interactive plot(x,y).show() # #plot(x, y).show()