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


Groups > comp.graphics.apps.gnuplot > #3058

Re: How to obtain a larger png image size

Path csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: How to obtain a larger png image size
Date Fri, 21 Aug 2015 15:23:36 +0200
Organization solani.org
Lines 24
Message-ID <mr78oq$tl0$1@solani.org> (permalink)
References <alpine.WNT.2.20.1508211411070.6232@dhcp3-6>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
X-Trace solani.org 1440163418 30368 eJwFwYEBwCAIA7CXEGiH5yij/59gguBif0kwIUhdGfW7uu8UpnubjNdcbilPzjk4W5hlMfUANSYRvg== (21 Aug 2015 13:23:38 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Fri, 21 Aug 2015 13:23:38 +0000 (UTC)
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
X-User-ID eJwFwQkBwDAIA0BLg4ZPTinEv4Td2XHxF3BzGI2bW9MfV2tc9BLvBAYiGtKTWjfCMOpJRuMHJRQREQ==
In-Reply-To <alpine.WNT.2.20.1508211411070.6232@dhcp3-6>
Cancel-Lock sha1:54L+UFkQFPew26QfYu/eoDTz9yo=
X-NNTP-Posting-Host eJwFwQcBwEAIBDBLf8wih+lfQhNlg7WLqYmeniS2p0LNdvmI0NUxtXiI71yR93yiyYM35QcwExGU
X-Enigmail-Draft-Status N1110
Xref csiph.com comp.graphics.apps.gnuplot:3058

Show key headers only | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

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

csiph-web