I have applied following codes to make a plot in python using \'IDLE editor\'
import matplotlib.pyplot as plt X = [0, 2, 4, 6] Y= [0, 200, 400, 600] plt.pl