home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / PLOT.KEY < prev    next >
Text File  |  1993-11-07  |  273b  |  10 lines

  1. * plot                                                external
  2. plot(y,x) plots a function y=f(x) in xy plane with the default values
  3. x from -5 to 5, and y from -5 to 5.
  4.  
  5. plot(y,x,xmin,xmax)
  6. plot(y,x,xmin,xmax,ymin,ymax)
  7.  
  8. See also: dotplot, polar.
  9. e.g. plot(x^3,x)
  10.