Path: csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch 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: References: 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: 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 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