Some time ago I wrote a simple interface to GNUPLOT. I never have figured out how to make the mousing capabilities of GNUPLOT work when running from CMUCL. The following is the line I use to start up gnuplot for writing commands to:
(setf *GNUPLOT-SESSION*
(ext:run-program "gnuplot" nil :wait nil :input :stream :output t)))
I then just write to PROCESS-INPUT to make the plots.
Does anyone know how to make the mouse active for gnuplot?
tnx
mike
