Hello,
On Thu, May 6, 2010 at 2:14 PM, Eugene Goldberg <
omeg...@gmail.com> wrote:
> There is plot:
> p=plot(sin,0,2*pi)
> How to add grid lines to this plot?
plot(sin,0,2*pi,gridlines=True)
You can look at the documentation of plot for more examples.
--Mike