Python Compiler : Python

import matplotlib.pyplot as pt import numpy as npy y_plane = npy.array([33, 354, 33]) pt.plot(y_plane, marker = '4') pt.show()