home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 266_01 / read.me < prev    next >
Text File  |  1990-07-21  |  3KB  |  81 lines

  1.                           READ.ME
  2.  
  3. Congratulations on receiving a public domain copy of micro PLOX.
  4. With this set of programs you can print graphs, forms and simple
  5. line drawings directly from English-like statements onto an Epson
  6. FX-80 or compatible printer or display them on Hercules, CGA,
  7. EGA or VGA monitors.
  8.  
  9. To use PLOX you use an editor to write a set of PLOX statements
  10. (BIKE89.PIC, for example) and write or generate columns of
  11. numbers to be plotted (BIKE89.DAT).
  12. Then:
  13.           PLOX BIKE89.PIC
  14.           PLOTEPS
  15.  
  16. These two commands will put your plot directly on the printer.
  17. If PLOTEPS doesn't work use PLOTEPS2 which has lower horizontal
  18. resolution, but works on many Epson compatible printers.
  19.  
  20. To see a chart on your monitor screen use one of the following
  21. commands in place of PLOTEPS:
  22.   PLOTCGA -  for a CGA screen
  23.   PLOTHERC - for a Hercules graphics screen
  24.   PLOTEGA -  for an EGA screen
  25.   PLOTVGA -  for a VGA screen
  26.  
  27. The full documentation consists of:
  28.  
  29.   PLOX.DOC - Tutorial on PLOX usage.
  30.   PLOX.REF - reference summary of the language
  31.   TINY.DOC - an extremely condensed summary of microPLOX key words
  32.              that can be used with any pop-up note system as a
  33.              quick reference.
  34.   FONTS.DOC - Programmers description of the micro PLOX bit mapped fonts
  35.   TECHNOTE.DOC - Comments on the changes in Release 5.0
  36.   UPDATE.TXT - Text of an article from Vol. 7 No. 4 of The C Users
  37.                Journal, Porting MicroPLOX to XENIX.
  38.   UPDATE2.TXT - Comment on how micro PLOX Release 5.0 supercedes some
  39.                 of the changes described in UPDATE.TXT.
  40.  
  41.   LINES.PIC - sample of line and point types
  42.   LINES.DAT
  43.  
  44.   NEINVEST.PIC - example of two line plots in one area
  45.   NEINVEST.DAT           with a legend
  46.  
  47.   GROWHIST.PIC - example of many small, single plots
  48.   GROWHIST.DAT           in one picture
  49.  
  50.   MILEFORM.PIC - example of a simple form
  51.  
  52.   STAR.PIC - example of a simple line drawing
  53.   STAR.DAT
  54.  
  55.   SCATTER.PIC - example scatter diagram
  56.   SCATTER.DAT
  57.  
  58.   BIKE.PIC - example of a multiple bar chart
  59.   BIKE.DAT
  60.  
  61.   WORDAXIS.PIC - how to build a word axis
  62.   WORDAXIS.DAT
  63.  
  64.   LOGAXIS.PIC - how to build a logarithmic axis
  65.  
  66.   INCOME65.PIC - A double dot chart - the dot chart is recommended
  67.   IND65.DAT      by some authors as much better than a pie chart.
  68.   HH65.DAT       The data for this was in fact originally shown as
  69.                  two pie charts that were almost unreadable.
  70.  
  71.   BIKE89.PIC - combination bar and line with colors
  72.   BIKE89.DAT     also shows 2 vertical axes
  73.  
  74.   HUES.PIC    - one bar of each color so you can see how they look (EGA,VGA)
  75.  
  76.   FUNDINFO.PIC - generic picture with data file name supplied
  77.                  at time chart is drawn (file @).
  78.                  Also shows a fairly complex picture.
  79.   FUND01.DAT - data files with PLOX statements for use with
  80.   FUND02.DAT        FUNDINFO.PIC above
  81.