From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Re: PNG R plots size Date: Tue, 17 Dec 2013 20:22:55 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vt1Ax-0004w2-Ka for emacs-orgmode@gnu.org; Tue, 17 Dec 2013 15:23:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vt1Aq-0001j7-9s for emacs-orgmode@gnu.org; Tue, 17 Dec 2013 15:23:31 -0500 Received: from plane.gmane.org ([80.91.229.3]:41227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vt1Aq-0001j2-3m for emacs-orgmode@gnu.org; Tue, 17 Dec 2013 15:23:24 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vt1An-0003ot-UG for emacs-orgmode@gnu.org; Tue, 17 Dec 2013 21:23:22 +0100 Received: from mail.bluewatersys.com ([202.124.120.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Dec 2013 21:23:21 +0100 Received: from mikelygee by mail.bluewatersys.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Dec 2013 21:23:21 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Vicente Vera gmail.com> writes: > How can I control the size of a PNG graphic? Do I need to tweak > something inside Org or specify something in R? I use a line like this: #+HEADER: :res 300 :units cm :width 15 :height 15 to create a 15cm square PNG at 300 dpi.