|
From: <br...@ph...> - 2006-07-17 20:48:25
|
Ghoddousi-Fard, Reza wrote: > Hello, > > I just installed gnuplot-4.0.0 on LINUX REDHAT 9. > After running I get: > Terminal type set to 'unknown' That's almost certainly not what you want to get at that point. Your build failed to get X11 support. Odds are you'ld have fared better installing the binary RPM instead of building your own. > I am able to change it using 'set term' to a list of available terminal types but none > of them( that I have tried so far) provide me any graphical result. It's almost impossible to help you with that if you don't tell us what exactly you tried, and what was "not graphical" about the result. > Could you please let me know how can I fix this problem in order to get graphical plots > and then save those as gif or JPG or ... files? RTFM. 'help set terminal' and 'help set output', in particular. |