home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / RLaB 1.18c / doc / p5.r < prev    next >
Encoding:
Text File  |  1994-04-02  |  162 b   |  12 lines  |  [TEXT/????]

  1. // Create data
  2. rand("normal", 0, pi);
  3. r = rand(2000,1);
  4.  
  5. // Create plot
  6. _plscolor(1);
  7. ptitle("Histogram, 30 Bins");
  8. plwid(6);
  9. plhist (r, 30);
  10. plprint ("p5.ps");
  11.  
  12.