home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / print / gnuplt35 / readme.os2 < prev   
Text File  |  1993-10-17  |  4KB  |  114 lines

  1. Gnuplot 3.5 for OS/2 v 2.x
  2. ==========================
  3.  
  4. 0 Contents of archive
  5. =====================
  6.  
  7. This archive contains:
  8. gnuplot.exe     -- Gnuplot exe file
  9. gnuplot.gih     -- Gnuplot help file (derived from manual)
  10. gnuplot.inf     -- Gnuplot manual in OS/2 inf format
  11. gnuplot.ico     -- An icon for Gnuplot
  12. gnupmdrv.exe    -- PM display driver for Gnuplot
  13. gnupmdrv.hlp    -- Help file for gnupmdrv.exe
  14. emx.dll         -- DLL required for running gnuplot.exe
  15. 0README         -- Gnuplot readme file
  16. 0BUGS           -- Known bugs in Gnuplot
  17. 0FAQ            -- Gnuplot faq
  18. README.OS2      -- OS/2 specifics
  19. INSTALL.OS2     -- Install hints
  20. Copyrigh        -- Gnuplot copyright notice.
  21. docs\*          -- LaTex file of Gnuplot manual
  22.  
  23. emx.dll is Copyright (c) 1990-1992 Eberhard Mattes
  24.  
  25. If you are installing this over Gnuplot 3.2, note that the primary exe file
  26. is now gnuplot.exe. 
  27.  
  28.  
  29. 1) Introduction
  30. ===============
  31.  
  32. This file discusses the version of Gnuplot 3.5 implemented for OS/2 2.x.  
  33.  
  34. Version 3.5 is a minor revision fixing some bugs in 3.4.
  35. In the PM driver, some printing bugs have been fixed. Plotting
  36. should also be a bit quicker (plotting now starts when commands
  37. are received from gnuplot, rather than when the command list has been
  38. built).
  39.  
  40. The command line interface of Gnuplot is retained, while graphics output is 
  41. plotted in a Presentation Manager Window. The Gnuplot command line
  42. appears in another text-mode window on the screen.
  43.  
  44. The PM window has facilities for printing the plot on the default printer,
  45. for changing the fonts used on the plot, and for switching between different 
  46. ways of plotting the lines (with colour, as dot/dashed lines, or both).
  47.  
  48. The command line window offers the usual Gnuplot interface. Both Unix-style 
  49. and DOS-style editing keys are supported.
  50.  
  51. The Gnuplot program was compiled with the emx version of the GNU compiler. 
  52. It supports the shell command (type 'exit' to return to Gnuplot), can pipe 
  53. datafiles through external commands using '<', and supports command-line 
  54. substitution. It runs the full set of demonstration programs supplied in 
  55. the Gnuplot source code distribution without problems. 
  56.  
  57.  
  58. 2) Running Gnuplot
  59. ==================
  60.  
  61. Gnuplot can be run from the command line of an OS/2 session (preferrably
  62. a windowed command session, so that the command line and the displayed
  63. graph can be viewed at the same time), or can be set up as a program object 
  64. in the WPS.
  65.  
  66. Gnuplot starts up as a command line session which accepts the usual 
  67. Gnuplot input. The Presentation Manager window for graphics display
  68. is only opened when the first 'plot' or 'splot' command is entered.
  69.  
  70. If Gnuplot is set up as a program object, it can be configured for
  71. 'drag and drop' in the usual way, by specifying '%*' as the program 
  72. parameter.
  73.  
  74. The PM window has facilities for printing the plot, for changing
  75. the fonts used in the plot, and so on. These of course are handled
  76. through the usual PM interface.
  77. In addition, you can 'drop' a font onto the window to change the font.
  78.  
  79. The usual Gnuplot commands can also be used to produce output on
  80. supported devices.
  81.  
  82. Settings and the positions and sizes of the windows can be saved in 
  83. the file gnupmdrv.ini. This file is saved in the program's working
  84. directory; several different directories can be set up (as program
  85. objects) with different options, if you wish.
  86.  
  87. Gnuplot can be run with the PM display window maximised: clicking on 
  88. the 'Gnuplot' menu item (or pressing 'ESC') will bring the Gnuplot 
  89. window to the foreground; it will disappear again when plotting begins.
  90.  
  91. Gnuplot itself communicates with the PM display window (which is a
  92. separate program) through a named pipe. Plotting commands are sent to 
  93. the PM window which produces the plot when all commands have been received. 
  94.  
  95. 3) gnupmdrv.exe 
  96. ===============
  97.  
  98. Gnupmdrv.exe is the 'outboard' driver for Gnuplot. It is a multithreaded 
  99. PM program.
  100.  
  101. 4) Problems, etc.
  102. =================
  103.  
  104. Gnuplot.inf has been generated by a translation program and may contain
  105. many inconsistencies.
  106.  
  107. The 'Thick line' option may not be available with all screen drivers.
  108. It doesn't seem to be supported by the et4000 1024x768 driver that
  109. I use, for instance.
  110.  
  111. Roger Fearick
  112. fearick@physci.uct.ac.za
  113. 17 October 1993 
  114.