Mirko Vukovic
unread,Nov 7, 2012, 5:00:38 PM11/7/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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