<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 20 December 2012 18:29, Robert McGibbon <span dir="ltr"><<a href="mailto:rmcgibbo@gmail.com" target="_blank">rmcgibbo@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ggsave('temp.png'); system('open temp.png')<br>
<br>
At the end of my plotting session. This pops up the plot in my image editor.<br>
<br>
For the notebook, I think it's a little more complicated because you have to send the png to the front end through the display pub.</blockquote></div><br></div><div class="gmail_extra">In fact, the notebook just sets up a specific temporary directory for your R code, and then displays the png files saved in there. Maybe we should expose that to the R code as something like _ipy_tmpd, so that you can save arbitrary png files?<br>

<br></div><div class="gmail_extra">Thomas<br></div></div>