[O] [babel] Emitting both text graphics output

2011-03-22 Thread Ken.Williams
Hi, Suppose I have a source block like the following, which both 'print's some text output and 'plot's to a graphics device: -- #+begin_src R :file tp.png :exports both :results output graphics dat - matrix(runif(12), 6, 2) print(dat) plot(dat) #+end_src

Re: [O] [babel] Emitting both text graphics output

2011-03-22 Thread suvayu ali
On Tue, Mar 22, 2011 at 1:02 PM, ken.willi...@thomsonreuters.com wrote: -- #+begin_src R :file tp.png :exports both :results output graphics dat -  matrix(runif(12), 6, 2) print(dat) plot(dat) #+end_src -- I can't seem to get the

Re: [O] [babel] Emitting both text graphics output

2011-03-22 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com wrote: On Tue, Mar 22, 2011 at 1:02 PM, ken.willi...@thomsonreuters.com wrote: -- #+begin_src R :file tp.png :exports both :results output graphics dat - =A0matrix(runif(12), 6, 2) print(dat) plot(dat) #+end_src