Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Add the keys ymin and ymax with suitable values. For example, compare the graphs given by

plot(x*sin(pi*x)^2, (x,0,2))

and

plot(x*sin(pi*x)^2, (x,0,2), ymin=2, ymax=0)