0

I recently installed and tested gnu-apl os OSX Catalina with brew install gnu-apl

It works well, I'm following the books abstract-algebra and I can do all the exercises. But when I try to plot I allways get:

        ⎕PLOT 0 1 ¯1 2 ¯2 3 ¯3
SYNTAX ERROR+
      ⎕PLOT 0 1 ¯1 2 ¯2 3 ¯3
      ^

from console and also inside emacs, I need to install gnu-apl from the tarball? I need to link gnuplot library? or simply plots doesn't work in OSX

anquegi
  • 11,125
  • 4
  • 51
  • 67
  • Do you have gnuplot installed on your Mac and tested it from terminal to see it is working? Macs have no problem with gnuplot. Really easy to install with [homebrew](https://brew.sh). – Dan Sp. Nov 19 '19 at 20:54
  • @DanSp, thanks for your reply, I have gnuplot 5.2 and is working well – anquegi Nov 19 '19 at 21:29

0 Answers0