Related Plot
Applied the command
T=LINSPACE(-PI,PI,100)
T=PLOT(T,SIN(T)
iN THIS CODE, I DRAWN A PLOT, SO i WANT TO KNOW ABOUT THE "Y AXES " VALUES.
T=LINSPACE(-PI,PI,100)
T=PLOT(T,SIN(T)
iN THIS CODE, I DRAWN A PLOT, SO i WANT TO KNOW ABOUT THE "Y AXES " VALUES.
Python-3.4.3 Using-plot-command-interactively 11-12 min 10-20 sec
Answers:
Your Y axes values are the second argument in your plot command, so your Y axes function is the Sin(t)