Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
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