Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3676 > unrolled thread

Graph not at full screen

Started byGiovanni Di Maria <giovanni.dimaria@gmail.com>
First post2017-06-14 22:05 -0700
Last post2017-06-14 23:03 -0700
Articles 4 — 3 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  Graph not at full screen Giovanni Di Maria <giovanni.dimaria@gmail.com> - 2017-06-14 22:05 -0700
    Re: Graph not at full screen Jörg Buchholz <bookwood4new@freenet.de> - 2017-06-15 07:42 +0200
    Re: Graph not at full screen Ethan A Merritt <EAMerritt@gmail.com> - 2017-06-14 22:47 -0700
      Re: Graph not at full screen Giovanni Di Maria <giovanni.dimaria@gmail.com> - 2017-06-14 23:03 -0700

#3676 — Graph not at full screen

FromGiovanni Di Maria <giovanni.dimaria@gmail.com>
Date2017-06-14 22:05 -0700
SubjectGraph not at full screen
Message-ID<da05116f-89a2-43ae-ad4f-a2dcba7d637a@googlegroups.com>
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?

Thank you very much
Bye
Giovanni

[toc] | [next] | [standalone]


#3677

FromJörg Buchholz <bookwood4new@freenet.de>
Date2017-06-15 07:42 +0200
Message-ID<oht6hr$hd5$1@dont-email.me>
In reply to#3676
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

[toc] | [prev] | [next] | [standalone]


#3678

FromEthan A Merritt <EAMerritt@gmail.com>
Date2017-06-14 22:47 -0700
Message-ID<oht6r8$hsk$1@dont-email.me>
In reply to#3676
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?

Maybe:
   set xrange [*:*] noextend



> 
> Thank you very much
> Bye
> Giovanni

[toc] | [prev] | [next] | [standalone]


#3679

FromGiovanni Di Maria <giovanni.dimaria@gmail.com>
Date2017-06-14 23:03 -0700
Message-ID<21cc19a7-066b-42bf-9eb7-c21979a20d3f@googlegroups.com>
In reply to#3678
Ok, thank you very much to every body.
I solved with:

set xrange [*:*] noextend
set yrange [*:*] noextend

Thank you Ethan A Merritt
You have solved my problems.
Thank you,!!!

Ciao
Giovanni Di Maria


> 
> Maybe:
>    set xrange [*:*] noextend
> 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web