Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to launch gnuplot in sbcl/linux to throw a (gnu)plot window

37 views
Skip to first unread message

Mirko Vukovic

unread,
Nov 7, 2012, 5:00:38 PM11/7/12
to
How would you launch a gnuplot window from sbcl in linux?

I tried this:

(sb-ext:run-program "/usr/bin/gnuplot" '("-p" "-e" "plot sin(x)")
:wait nil)


I did try passing the environment variables with DISPLAY set to empty, 0.0, and a few other things, but nothing worked.

Thanks,

Mirko
0 new messages