home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / wingnuplot / readme < prev    next >
Text File  |  1995-02-27  |  3KB  |  113 lines

  1. Hi,
  2. This is WinGnuPlot, a MUIbased GnuPlot Terminaldriver.
  3. A documentation does do exists (yet?), you should be familiar with the 'old'
  4. Gnuplot, but here are some basic instructions,:
  5.  
  6. Start the supplied GnuPlot first, the normal, old amiga driver is named
  7. 'amigascreen', then new driver 'amigawindow'. If necassary, you should choose
  8. the new driver by 'set term amigawindow'. The plotprogramm itself 'WinPlot'
  9. is started by the first plot command, e.g. 'plot sin(x)' oder by the command
  10. 'clear'. Now start to play with the GUI.
  11.  
  12. System Requirements :
  13. Kick2.1, but 3.x is recommended
  14. (Attention, you will need some Outlinefonts in your FONTS: directory)
  15. MUI 2.0 (see MUI.readme for details)
  16. ARexx 
  17. A highres graphicscard (1024x768 or better) is recommended ;-)
  18.  
  19. If you want to compile the sources, you will need SAS/C 6.50 or better, and
  20. the original GnuPlot sources. Due to the size of the GnuPlot sources, I have
  21. included only the patches to GnuPlot 3.5. You should find theses sources on
  22. any better FTP-server or BBS. The patches are in standard UN*X patch format.
  23.  
  24.  
  25. History:
  26.  
  27. V0.95 -- First public release on Friday 22-10-1993,
  28.  
  29.     -got lost on wuarchive :-(
  30.  
  31.  
  32. V1.0  -- Second try on Friday 29-10-1993
  33.  
  34.     -fixed some bugs !
  35.  
  36.     -changed the message handling,
  37.      plottings gets a speed factor of two :-)
  38.  
  39.     -splitted the edit-window to several panels
  40.  
  41.  
  42. V1.1  -- Tuesday 02-11-1993
  43.     
  44.     -some memory cleanup, should save some kbytes.
  45.  
  46.     -all gadgets have context sensitive online help now !
  47.  
  48.     -you can use the keyboard for most of the gadgets !
  49.  
  50.     -The choosen outlinefont and edit-page are saved by
  51.      MUIM_Application_Save to ENVARC: on program exit.
  52.      The environment variable GNUOUTLINE is obsolete !
  53.  
  54.  
  55. V1.2  -- Monday 14-02-1994
  56.  
  57.     -Recompiled using SAS/C 6.51
  58.     
  59.     -many small bug fixes, don't know the details anymore
  60.  
  61.     -some GUI cosmetic changes, due to better MUI understanding :-)
  62.  
  63.     -some memory checkings during plot
  64.  
  65.     -you can edit of user defined functions and variables by edit-window
  66.      
  67.     -color-requester for pen-colors (sorry, no saving yet!)
  68.      Attention, this requester is not very userfull for 2.1 users
  69.  
  70.     -menus
  71.  
  72.     -due to arrival of MUI2.0, some cleanups in the Notification
  73.      processing. (Thanks Stefan for implementing MUIA_NoNotify !).
  74.      The edit-window is now a RegisterGroup, which looks very nice.
  75.  
  76. V2.0  -- Sunday 22-05-1994 (Burlafingen Amiga-Meeting)
  77.  
  78.     -again some small bugfixes
  79.  
  80.     -major cleanup of source
  81.  
  82.     -applied gnufit patch to gnuplot, please take documentation from
  83.          the original gnufit distribution. Sorry no GUI support yet !
  84.  
  85.     -WinPlot now supports several plotwindows - just give it a try
  86.  
  87.     -found major bug in font-selecting routine
  88.  
  89.     -changes in configfiles, please delete your WinPlot.cfg file
  90.  
  91. V2.1  -- Sunday 19-06-1994
  92.  
  93.     -fixed some ARexx handling code, now you can use " and ' for
  94.      labels, text etc.
  95.  
  96.  
  97. STILL TODO
  98. -- A better documentation (TeXInfo, AmigaGuide ?)
  99. -- Better error handling -- be careful I'm lasy
  100. -- Placement of labels using the mouse
  101.  
  102. More Ideas ??
  103.  
  104.  
  105. AUTHOR
  106.  
  107. Michael Illgner
  108. Theodorstraße 27
  109. 33102 Paderborn
  110. Germany
  111.  
  112. email: fillg1@uni-paderborn.de
  113.