Path: csiph.com!usenet.pasdenom.info!news.chainon-marquant.org!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!news.cgarbs.de!news.addix.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?UTF-8?B?SGFucy1CZXJuaGFyZCBCcsO2a2Vy?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Terminal as default Date: Tue, 29 May 2012 18:40:02 +0200 Lines: 17 Message-ID: <4FC4FBE2.6080005@t-online.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de +huI6qoq02ZGih2yGIii2ggY/Vow3FJFjQzc5JAwHbjkcgp8Fiv61O3HIkkOwxtSimVPsu70P5 Cancel-Lock: sha1:1LJaqSKTsHyU9k0dCmqAZfg7L90= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120420 Thunderbird/12.0 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:1162 On 29.05.2012 17:08, Dieter Britz wrote: > I have just had the new Suse 12.1 Linux installed, and with it, > gnuplot. How do I now set it such that the terminal is the default > for plotting? It is sometimes handy to quickly plot on the screen > before going on to postscript etc. You rather certainly can't, because if the version of gnuplot you installed (SuSE probably has several to pick from) had any such terminal driver available, that would _already_ be the default. I.e. if gnuplot starts with none of the GUI drivers being the default, you either don't have any GUI driver compiled because you picked the wrong gnuplot installation package, or you have a configuration item in place that overrides the default (GNUTERM environment variable, 'set term' in your ~/.gnuplot or in the actual script you're running). So you can't set such a default, as such --- if anything, you have to remove _your_ override of the default.