Python Compiler : Python

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