Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Define range of y axis, instead of just x axis?

I was able to successfully define & display a graph of a linear equation, with the following statement:

plot(2*x+1, (-5,5))

The (-5, 5), successfully specifies an x axis range; but i haven't found any success in being able to explicitly define the range of the y axis.

click to hide/show revision 2
retagged

Define range of y axis, instead of just x axis?

I was able to successfully define & display a graph of a linear equation, with the following statement:

plot(2*x+1, (-5,5))

The (-5, 5), successfully specifies an x axis range; but i haven't found any success in being able to explicitly define the range of the y axis.