home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / x / 19172 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  2.3 KB

  1. Path: sparky!uunet!ogicse!network.ucsd.edu!munnari.oz.au!mel.dit.csiro.au!len
  2. From: len@mel.dit.csiro.au (Len Makin)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: Scatter Plotting
  5. Message-ID: <1992Nov16.013549.2856@mel.dit.csiro.au>
  6. Date: 16 Nov 92 01:35:49 GMT
  7. Article-I.D.: mel.1992Nov16.013549.2856
  8. References: <921106113354.20200e87@CSSL.JSC.NASA.GOV>
  9. Sender: news@mel.dit.csiro.au
  10. Organization: CSIRO DIT (Melb.)
  11. Lines: 41
  12.  
  13.  
  14. In article <921106113354.20200e87@CSSL.JSC.NASA.GOV>, ADKINS@CSSL.JSC.NASA.GOV writes:
  15. |> 
  16. |> I am interested in information on programs that can produce
  17. |> scatter plots using X.
  18. From the help files:
  19.  GNUPLOT is a command-driven interactive function plotting program. It
  20.  is case sensitive (commands and function names written in lowercase
  21.  are not the same as those written in CAPS). All command names may be
  22.  abbreviated, as long as the abbreviation is not ambiguous. Any number
  23.  of commands may appear on a line, separated by semicolons (;).
  24. .......
  25.  `plot` and `splot` are the primary commands of the program. They plot
  26.  functions and data in many, many ways. `plot` is used to plot 2-d
  27.  functions and data, while `splot` plots 3-d surfaces and data.
  28.  
  29.  Syntax:
  30.  
  31.          plot {ranges}  <function> {title} {style}
  32.                      {, <function> {title} {style}...}
  33. .......
  34.  where <function> is either a mathematical expression, the name of a
  35.  data file enclosed in quotes, or a pair (`plot`) or triple (`splot`)
  36.  of mathematical expressions in the case of parametric functions.
  37. ......
  38. style
  39.  Plots may be displayed in one of six styles: `lines`, `points`,
  40.  `linespoints`, `impulses`, `dots`, or `errorbars`. The `lines` style
  41.  connects adjacent points with lines. The `points` style displays a
  42.  small symbol at each point. The `linespoints` style does both
  43.  `lines` and `points`. The `impulses` style displays a vertical line
  44.  from the x axis (or from the grid base for `splot`) to each point. The
  45.  `dots` style plots a tiny dot at each point; this is useful for
  46.  scatter plots with many points.
  47.  
  48. gnuplot is free. Try it.
  49.  
  50. Len.Makin@mel.dit.csiro.au               | Senior Computer Scientist    |
  51. CSIRO Division of Information Technology | Supercomputing Support Group |
  52. 723 Swanston Street, Carlton             | Tel: +61 3 282 2622          |
  53. VIC 3053, Australia                      | Fax: +61 3 282 2600          |
  54.