anquegi
anquegi

Reputation: 11522

Problems plotting with gnu-apl on OSX

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

Upvotes: 0

Views: 135

Answers (0)

Related Questions