This is the code that i have
xt=np.array([0,1,2,3,4,5,6,7,8,9,10]) ct=xt*0 plt.plot(xt,\'b\') plt.plot(ct,\'r\') plt.show()
I want to indicat