From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Vera Subject: PNG R plots size Date: Mon, 16 Dec 2013 23:30:40 -0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsjUh-0008Ca-9u for emacs-orgmode@gnu.org; Mon, 16 Dec 2013 20:30:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsjUg-0005xG-DI for emacs-orgmode@gnu.org; Mon, 16 Dec 2013 20:30:43 -0500 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:64209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsjUf-0005xB-Tq for emacs-orgmode@gnu.org; Mon, 16 Dec 2013 20:30:42 -0500 Received: by mail-we0-f179.google.com with SMTP id q59so5373258wes.38 for ; Mon, 16 Dec 2013 17:30:40 -0800 (PST) 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 Hello. I have a source code block for an R plot with the following header: #+BEGIN_SRC R :results output graphics :file figure1.png :exports results It works, but the default size is too small. When I change the extension to SVG or PDF (i.e. when exporting to LaTeX, but is not what i need right now) the dimensions are fine. How can I control the size of a PNG graphic? Do I need to tweak something inside Org or specify something in R? Thanks.