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


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

How to obtain a larger png image size

Started byJean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr>
First post2015-08-21 14:19 +0200
Last post2015-08-21 22:03 +0200
Articles 6 — 4 participants

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


Contents

  How to obtain a larger png image size Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2015-08-21 14:19 +0200
    Re: How to obtain a larger png image size Karl Ratzsch <mail.kfr@gmx.net> - 2015-08-21 15:23 +0200
      Re: How to obtain a larger png image size Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2015-08-21 15:45 +0200
        Re: How to obtain a larger png image size sfeam <sfeam@users.sourceforge.net> - 2015-08-21 07:53 -0700
        Re: How to obtain a larger png image size Karl Ratzsch <mail.kfr@gmx.net> - 2015-08-21 16:54 +0200
        Re: How to obtain a larger png image size Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2015-08-21 22:03 +0200

#3057 — How to obtain a larger png image size

FromJean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr>
Date2015-08-21 14:19 +0200
SubjectHow to obtain a larger png image size
Message-ID<alpine.WNT.2.20.1508211411070.6232@dhcp3-6>
When I type set term png size 4000,3000, set out "something.png" and plot 
something the image size is indeed increased to 4000x3000 but my plot is 
magnified too much, causing it to be cropped.

Are there "legal" and "forbidden" dimensions? Do they have to abide a specific 
ratio?

Regards,
-- 
Jean-Pierre Coulon

[toc] | [next] | [standalone]


#3058

FromKarl Ratzsch <mail.kfr@gmx.net>
Date2015-08-21 15:23 +0200
Message-ID<mr78oq$tl0$1@solani.org>
In reply to#3057
Am 21.08.2015 um 14:19 schrieb Jean-Pierre Coulon:
> When I type set term png size 4000,3000, set out "something.png" and plot 
> something the image size is indeed increased to 4000x3000 but my plot is 
> magnified too much, causing it to be cropped.
> 
> Are there "legal" and "forbidden" dimensions? Do they have to abide a specific 
> ratio?

No, principally.

With gp5.0.1 and 4.6.6,

	set term png size 4000,3000
	set out "testhuge.png"; plot x; set out

works alright, even 5000,30000.

What version, OS etc. are you using?

A workaround might be to use the pngcairo terminal.


  Karl

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


#3059

FromJean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr>
Date2015-08-21 15:45 +0200
Message-ID<alpine.WNT.2.20.1508211544190.4520@dhcp3-6>
In reply to#3058
On Fri, 21 Aug 2015, Karl Ratzsch wrote:

> What version, OS etc. are you using?

Gnuplot version 4.3 patch level 3.

Windows version 6.3.9600
-- 
Jean-Pierre Coulon

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


#3060

Fromsfeam <sfeam@users.sourceforge.net>
Date2015-08-21 07:53 -0700
Message-ID<mr7dua$a1t$1@dont-email.me>
In reply to#3059
Jean-Pierre Coulon wrote:

> On Fri, 21 Aug 2015, Karl Ratzsch wrote:
> 
>> What version, OS etc. are you using?
> 
> Gnuplot version 4.3 patch level 3.

Version 4.3 was an internal development label given
to the development branch of the source code during 
approximately the period 2007-2009.  If you are indeed
running a snapshot of that development branch, it might
have any number of bugs or bits of experimental code
that were removed or fixed before the next major release
(version 4.4 Nov 2009).

So I think the most useful advice is to upgrade to a newer,
released, version with documented behavior.


> 
> Windows version 6.3.9600

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


#3061

FromKarl Ratzsch <mail.kfr@gmx.net>
Date2015-08-21 16:54 +0200
Message-ID<mr7e3m$h2p$1@solani.org>
In reply to#3059
Am 21.08.2015 um 15:45 schrieb Jean-Pierre Coulon:
> On Fri, 21 Aug 2015, Karl Ratzsch wrote:
> 
>> What version, OS etc. are you using?
> 
> Gnuplot version 4.3 patch level 3.
> 
> Windows version 6.3.9600

Hell. You are on windows 8 and using a six+ year old development version
of gnuplot? :-)


I'd recommend you get yourself the latest 5.0.1.
If you want to be sure old scripts work exactly like before, use 4.6.6
(4.6.7 has no windows binary). Going back to 4.4.4 or even 4.2.6 might
again lead into problems, e.g. with the old libglib binaries that are
probably causing of your current trouble.

5.0 changed the standard colours, and there are a few incompatible
syntax changes, which aren't hard to fix. Check the release notes.

https://sourceforge.net/projects/gnuplot/files/latest/download?source=files


Best, Karl



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


#3062

FromHans-Bernhard Bröker <HBBroeker@t-online.de>
Date2015-08-21 22:03 +0200
Message-ID<d3pefkFpkkpU1@mid.dfncis.de>
In reply to#3059
Am 21.08.2015 um 15:45 schrieb Jean-Pierre Coulon:
> On Fri, 21 Aug 2015, Karl Ratzsch wrote:
>
>> What version, OS etc. are you using?
>
> Gnuplot version 4.3 patch level 3.

Then maybe you should get back to whoever made that program, because we 
didn't.

4.3 would be a development version somewhere between 4.2 and 4.4 --- but 
that would never have a patch level other than zero.

[toc] | [prev] | [standalone]


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


csiph-web