Info, comments, help and suggestions:
persquare@mac.com

Aqua-native graphics terminal for GNUPlot

Info: Aqua native plotting for GNUPlot 
Screenshots: [1] 
Homepage:
Needs: Latest GNUPlot sources from CVS

How To install GNUPlot under MacOS X with Aqua graphics. Proceed on your own risk. This is experimental code (hacks) and not for anyone.

  1. Get the latest gnuplot from cvs at
    http://sourceforge.net/projects/gnuplot/
    (it has checks for Mac OS X)
  2. Edit the entry for MacOS X Server in src/term.h to read:
    /* Apple Mac OS X */
    #if defined(__APPLE__) && defined(__MACH__)
    # include "aqua.trm"
    #endif
  3. Put the file aqua.trm in term/
  4. ./configure
  5. make -k
    (-k option because of some trouble with doc generation, no problem;-)
  6. Get the aqua terminal app here
    Compile it, it's a PB project.
  7. Run Receiver.app
  8. In terminal: setenv GNUTERM aqua
  9. run gnuplot

Bugs: Several
Other: Don't ask for help on this, there will be a release at some point in time
       There is a Carbon version of Gnuplot at homepage.mac.com/gnuplot
Help: Most welcome! This is a project suitable for programmers with some previous experience, 
      looking for a Cocoa starter project