home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / misc / oplot.lha / OPlot / OPlot.doc < prev    next >
Text File  |  1993-08-30  |  3KB  |  97 lines

  1.             
  2.             OPlot V1.0 - A rich plot-program for the Amiga
  3.               ©1993 by A.Maschke, all rights reserved.
  4.  
  5. ---------------------------------------------------------------------------------
  6.  
  7.  1. INTRODUCTION
  8.  
  9.  Oplot is one of the strongest plot-programs for the Amiga featuring:
  10.  
  11.     - multiple function-plots     \  at one time
  12.     - multiple parametrical-plots  > including autoscaling
  13.     - multiple data-plots         /  and sorting (data)
  14.  
  15.     - cubic-splines               \   data-plots
  16.     - basic-splines (order=2..50) /
  17.  
  18.     - multiple plotstyles: lines, points, boxes and impulses
  19.  
  20.     - free pointsizing            \  this should be enough
  21.     - 12 pointtypes                > for all
  22.     - 3 pointmodes                /  purposes
  23.  
  24.     - logarithmical scales with base 2,e or 10
  25.  
  26.     - auto-/custom-tic-marks
  27.  
  28.     - all text is drawn using my own Vectorcharset featuring
  29.       free sizing, tracking and rotating - special characters like
  30.       'äöü$%?ß#^{}[]()' are supported, of course.
  31.  
  32.     - you can have so many open displays (plots) as you want
  33.  
  34.     - 6 screenmodes, overscan, 16 colors
  35.     - intelligent screen-mode-handling: the text on a lores/nolace-display
  36.       has the same size as on a superhires/interlace-display
  37.     - ILBM-output
  38.  
  39.     - powerfull online-help
  40.  
  41.     - executing batchfiles
  42.  
  43.     - all calculations using LONGREAL's - fast as possible
  44.  
  45.     - ...
  46.  
  47.  2. GETTING STARTED
  48.  
  49.  Requirements:
  50.  
  51.  OS2.0 - I don't know about 1.3 - try it out.
  52.  Libraries: asl/arp.library, mathtrans.library, mathieedoubbas.library and
  53.             mathieedoubtrans.library.
  54.  
  55.  Because of many recursive procedures the stack-amount is high, set it to 
  56.  100000. Then type 'OPlot'.
  57.  That's it.
  58.  
  59.  NOTE: At first you should execute the batchfile 'Demo.bat' to see some examples
  60.        typing 'oplot demo.bat'.
  61.  
  62.  3. DOCUMENTATION
  63.  
  64.  Because of the powerfull online-help there is no documentation here.
  65.  Start OPlot and type 'help' so you get a list of available commands.
  66.  Now type '?<command>' the get the description of <command>, use
  67.  'example(<command>) to see some examples.
  68.  That's it.
  69.  
  70.  4. ABOUT
  71.  
  72.  OPlot is completely written in OBERON-2 using the great Amiga Oberon Compiler
  73.  from A+L AG CH written by Friedtjof Siebert - so I named it 'OPlot' - easy.
  74.  
  75.  The Source: about 15000 lines.
  76.  
  77.  5. COPYRIGHT
  78.  
  79.  Except me has nobody any rights on this software - all algorhitms are my own.
  80.  
  81.  6. CONTACT ME
  82.  
  83.  If you want to register, send me suggestions, bug-reports or letters write to:
  84.  
  85.                                 A.Maschke
  86.                               Zenkerstrasse 5
  87.                              06108 Halle/Saale 
  88.                                 (Germany)
  89.  
  90.  NOTE: If you write programs in OBERON(-2) and you aren't interested in OPlot so
  91.  you can contact me, too. 
  92.  
  93.  
  94.  
  95.  
  96.  
  97.