[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] full path to result image?
From: |
Khoroshyy Petro |
Subject: |
[O] full path to result image? |
Date: |
Sun, 29 Apr 2012 18:22:08 +0200 |
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
- [O] full path to result image?,
Khoroshyy Petro <=