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

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: How to obtain a larger png image size
Date 2015-08-21 15:23 +0200
Organization solani.org
Message-ID <mr78oq$tl0$1@solani.org> (permalink)
References <alpine.WNT.2.20.1508211411070.6232@dhcp3-6>

Show all headers | 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