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

  1. #    this is demo of plot(). You should run again if you sometimes has
  2. #    problem on display as some graphic driver has a problem on display
  3. #    first time
  4.  
  5. plot(x,x)
  6. plot(x^3,x)
  7. plot(x^3, x,0,2,0,5)
  8.