home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / aplikace / cad / wplot211 / errbars.plt < prev    next >
Text File  |  1994-06-10  |  442b  |  31 lines

  1. clrdata
  2. clrplot
  3. close
  4.  
  5. xlabel X Axis
  6. ylabel Y Axis
  7. title Data can be plotted with error bars
  8. read 6
  9. 2 50  5 75  8 145  10 275  12 475  14 740
  10. ready 6
  11.   85   110    195     335     530     795
  12. ready 6
  13.   15    40     90     210     415     685
  14. errbars 2 1
  15. errbars 3 1
  16. line
  17. symbols
  18. xstart 0
  19. xend 15
  20. xstep 5
  21. ystart 0
  22. yend 800
  23. ystep 100
  24. plot
  25.  
  26. xdescend
  27. ydescend
  28. title Axes can be descending as well as ascending
  29. plot
  30.  
  31.