home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / gnuplot.lha / README.amiga < prev    next >
Text File  |  1991-07-04  |  2KB  |  61 lines

  1. Some notes on gnuplot on the Amiga:
  2. -----------------------------------
  3.  
  4.  
  5. Default paths/directories:
  6. --------------------------
  7.  
  8. Gnuplot looks for the file "gnuplot.gih" in your "S:"-directory unless you
  9. specify the full pathname including the filename via "setenv GNUHELP".
  10.  
  11. Your current directory is searched for the file ".gnuplot". If you say
  12. "setenv GNUPLOT <Path>" (without the filename!) gnuplot will look for it
  13. there.
  14.  
  15. If you don't like "NewShell" as your shell, you can say "setenv SHELL <Shell>".
  16.  
  17.  
  18. Additional features of the Amiga-version:
  19. -----------------------------------------
  20.  
  21. You can say "setenv GNUFONT <Fontname>/<Pointsize>" to get the font of your
  22. liking on the screen, e.g. "setenv GNUFONT sapphire/14". Otherwise gnuplot
  23. will select the default-font you chose with "Preferences".
  24.  
  25.  
  26. Stack size:
  27. -----------
  28.  
  29. Set your stack to at least 20000 and you'll be fine (I hope).
  30.  
  31.  
  32. Bugs/deficiencies:
  33. ------------------
  34.  
  35. The SAS/C 5.1 library routine [fs]scanf will not correctly handle
  36. format-strings like "%[^\n]s". Maybe this will be fixed by SAS in future
  37. versions.
  38.  
  39. When using "%g" as format-string, SAS/C 5.1 [fs]printf will incorrectly
  40. output "0" as "0.". This looks rather ugly as a axis-label.
  41.  
  42.  
  43. SAS/C 5.1 bugs:
  44. ---------------
  45.  
  46. SAS/C 5.1 [fs]scanf will count parameters overread with the "%*s" format-
  47. string as properly matched. I included a fix for this by counting the
  48. "%*"-sequences in the given format-string. Therfore the "*" must immediately
  49. follow the "%" (I don't know if it's legal to put something in-between
  50. these two characters anyway...).
  51.  
  52. If you start a shell via the gnuplot "shell"-command you won't be able to
  53. close your CLI/Shell again. This is probably due to an error in the
  54. SAS/C "system"-call.
  55.  
  56. "isatty(fileno(stdin))" did not work correctly. A fix is included.
  57.  
  58. SAS/C does not seem to handle float-parameters in function-calls and
  59. -declarations correctly. (This cost me at least 2 hours to figure out >:-( ).
  60. See the latex- and eepic-drivers for details.
  61.