Re: gnuplot
Re: gnuplot
- Subject: Re: gnuplot
- From: "Adam R. Maxwell" <email@hidden>
- Date: Thu, 20 Feb 2003 14:37:00 -0800
On Thursday, Feb 20, 2003, at 14:02 US/Pacific,
email@hidden wrote:
Message: 15
Date: Thu, 20 Feb 2003 14:59:57 -0700
Subject: Gnuplot and X11 update: please help
From: Markian Hlynka <email@hidden>
I wonder what the "X11 driver" is that it is
complaining about? Everything else "x" works fine for me! Am I missing
something? (obviously)
What is the output of `echo $TERM`? If you are using tcsh, try `setenv
TERM xterm` or for sh, `export TERM=xterm` (assuming you are running
gnuplot from an xterm).
--------------------------------------------------------------
Terminal type set to 'x11'
gnuplot> plot sin(x)
gnuplot> exec failed (X11 driver): No such file or directory
gnuplot> set terminal x11
Terminal type set to 'x11'
Options are '0, driver "gnuplot_x11"'
gnuplot> plot sin(x)
gnuplot> exec failed (X11 driver): No such file or directory
set terminal dumb
Terminal type set to 'dumb'
Options are 'feed 79 24'
gnuplot> plot sin(x)
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.