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

  1. * dotplot                                             external
  2. dotplot(y, x) plots y with dots.
  3. dotplot(y, x,xmin,xmax)
  4. dotplot(y, x,xmin,xmax,ymin,ymax)
  5. See also: plot, polar.
  6. e.g. dotplot(x^3, x)
  7.