|
From: Juanjo C. <jj...@gn...> - 2005-06-14 01:26:25
|
Damian A Scherlis Perel wrote: > Dear all, > > I have installed gnuplot-4.0.0 following the default > procedure (./configure, make, make install) in a Red-Hat > Enterprise environment. The installation ends without > errors, but when I execute the program under X-windows I get > the message "Terminal type set to 'unknown'" preceding > the prompt, and no graphics window pops up when I > enter "plot ..." (i.e. plot sin(x)) at the command line. Try this: gnuplot> set termina x11 Terminal type set to 'x11' Options are '0' gnuplot> plot sin(x) I'm using gnuplot 4.0 patchlevel 0 on Debian, let me know if it worked. Bye! Juanjo PS: list-admin, when I click on 'Reply' at Thunderbird I compose a message por the original message writter (here Damian), I think it would be betther if when you click on 'Reply' the default value be gnu...@li... (I hope I could express the idea I wanted in english, sorry) |