Path: csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Graph not at full screen Date: Thu, 15 Jun 2017 07:42:47 +0200 Organization: A noiseless patient Spider Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 15 Jun 2017 05:39:07 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="d3aa6ebd651577173db9965b4cbe1f87"; logging-data="17829"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18jsqqMl21SlcVWTB/y48RPHPBj1aO/xfk=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 In-Reply-To: Content-Language: en-GB Cancel-Lock: sha1:D5Xne9WguL/sngvRlOsfzisVFGg= Xref: csiph.com comp.graphics.apps.gnuplot:3677 On 15.06.2017 07:05, Giovanni Di Maria wrote: > Hi > > I have this graph at: > http://www.elektrosoft.it/sismologia/caltanissetta01.png > > Can I do to place the blue graph in the quadradant, > fitted at fully page, without the spaces around it? Do you mean that the blue curve starts and ended at the left and right border? Than you can try something like this: stats 'your_datafile' set xrange [STATS_min_x:STATS_max_x] plot 'your_datafile' I don't know if it works with time data. Jörg