home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0918.lha / MultiPlot / Readme.1st < prev    next >
Text File  |  1993-10-04  |  4KB  |  117 lines

  1. This file contains changes, hints and tips which didn't make it into the
  2. manual. Last updated 18/7/1993.
  3.  
  4. *** Beta Testers please see section at end of file. ***
  5.  
  6. WARNING!! PLT: BUG AND WORKAROUND...
  7. On receiving a write command, PLT: attempts to open the preferences
  8. printer. If no printer has been defined from within preferences, PLT:
  9. then mistakenly frees memory it has not requested resulting in a
  10. Software Error requester and an error number of #80000005. You MUST
  11. define a preferences printer before using the PLT: device, even if you
  12. are just using it for print previews.
  13.  
  14.  
  15. Undocumented Features and Changes.
  16.  
  17. 1)  If a point size of 0 is chosen in the CUSTOM PRINT WINDOW, multiplot
  18. will now print a point. Previously a point size of 0 did not print.
  19.  
  20. 2)  The Y axis legend text scales as if it were not printed sideways.
  21. This makes it easier for both axes to have text with a similar
  22. appearance.
  23.  
  24. 3)  Line thickness selections made within the CUSTOM PRINT WINDOW and the
  25. EDIT AXIS WINDOW and defined within the PRINT SETUP WINDOW are now used
  26. to set line widths in postscript output.
  27.  
  28. 4) If you get a jagged saw-tooth appearance at the right hand edge of the
  29. Multiplot screen, it can be eliminated by: Quit Multiplot, open the
  30. Workbench preferences overscan editor, edit the text size, pull the right
  31. hand screen edge in from maximum a pixel or two, click on the Use button,
  32. save changes and then reopen Multiplot.
  33.  
  34. 5) The Rexx directory contains a program called MPlotRexx which will send
  35. ARexx messages to Multiplot to assist in debugging ARexx macros which
  36. interact with Multiplot.
  37.  
  38. 6) To access the ARexx macro facility, the Rexxmast program in the system
  39. drawer must be run before starting Multiplot.
  40.  
  41. 7) The Rexx directory contains several macros which are both examples of
  42. correct usage of Multiplot's ARexx port and are also useful in their own
  43. right. These macros are described briefly below:
  44.  
  45. Flipset.mpt    Swaps x and Y values of a selected data set.
  46.  
  47. Joinsets.mpt   Merges two selected data sets.
  48.  
  49. Readtable.mpt  Loads tabulated Y values. To be run as a startup script.
  50.  
  51. ScaleY.mpt     Scales Y values and errors.
  52.  
  53. ShiftY.mpt     Transforms Y values.
  54.  
  55. SortY.mpt      Sorts points in selected data set on Y values.
  56.  
  57. 8) A new startup option is available to set the PostScript font used in
  58. both encapsulated and printed postscript output. The keyword PSFONT must
  59. be followed by one of:
  60. Times-Roman
  61. Helvetica
  62. Helv-Narrow
  63. AvantGarde
  64. Bookman
  65. Palatino
  66. ZapfChancery
  67. Courier
  68.  
  69. Example:      PSFONT=Helvetica
  70.  
  71. 9) A new startup option is available to set the PostScript page size
  72. used for printed postscript output. The keyword PSPAGE must be followed
  73. by either:
  74. A   USA page size A
  75. or
  76. 4   Internation A4 page size
  77.  
  78. Example:      PSPAGE=4
  79.  
  80. 10) Old file format files are now automatically converted to the new
  81. file format on opening. Note that some information is lost.
  82.  
  83.  
  84.  
  85. CHANGES AND BUG FIXES
  86.  
  87. Since version XLNf v1.05:
  88. * Multiplot no longer crashes if there is a right hand Y axis with a
  89. label, but the lowermost left hand Y axis does not have a label.
  90.  
  91. Since version XLNf v1.04:
  92. * The problem of small values being rounded to 0 has been fixed better
  93. than the last time (!).
  94. * Mutilation of very small values on log axes has been fixed.
  95. * The Project/Save menu option now has an "Are you sure?" requester.
  96.  
  97. Since version XLNf v1.03:
  98. * Data selection from ARexx has been corrected so that the Rexx command
  99. POINTADD will work.
  100. * The PULL window (an ARexx only window) can now open on a 200 pixel high
  101. screen.
  102. * The text of the error allert triggered when the PULL window fails to
  103. open has been corrected.
  104.  
  105.  
  106. Since version XLNf v1.02:
  107. * Loading from Project/New Graph now renders the graph in a visible
  108. pen and resets the maximum and minimum axis full plot values
  109. correctly.
  110.  
  111.  
  112. Since version XLNf v1.01:
  113. * Autoload from Project/Open Graph now accepts files with error bars
  114. correctly.
  115. * Autoload now reads and sets the column settings in the Data Selection
  116. Window.
  117.