First time here? Check out the FAQ!
answered 2013-06-21 18:37:07 +0100
plot(2*x+1, (-5,5),ymin=-4,ymax=4)
Unfortunally
plot?
doesn't show the options ymin, ymax, but some examples do.
You can look for the options:
Evaluate:
P = plot(2*x+1)
Then type
P.
and hit the tab key