From mboxrd@z Thu Jan 1 00:00:00 1970 From: Khoroshyy Petro Subject: full path to result image? Date: Sun, 29 Apr 2012 18:22:08 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOWt3-0007jv-Ta for emacs-orgmode@gnu.org; Sun, 29 Apr 2012 12:22:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOWt2-0006qp-Bf for emacs-orgmode@gnu.org; Sun, 29 Apr 2012 12:22:13 -0400 Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:46514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOWt2-0006qf-1l for emacs-orgmode@gnu.org; Sun, 29 Apr 2012 12:22:12 -0400 Received: by lagz14 with SMTP id z14so1733302lag.0 for ; Sun, 29 Apr 2012 09:22:08 -0700 (PDT) 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 Hi all. I try to incorporate a python generated image as result of python block execution. how can I use full path to the image something like: #+BEGIN_SRC python results: /home/petro/mydoc/estimated_spectra_cl.png ..... plt.figure() plt.plot(spectra[:,0],spectra[:,1:]) plt.grid(1) # plt.show() plt.savefig("/home/petro/mydoc/estimated_spectra_cl.png",dpi=100) #+END_SRC -- ______________________________ Petro Khoroshyy