Re: [O] LaTeX export figure width, when figure comes from python?

2013-03-31 Thread Gary Oberbrunner
[I can never get the reply-all thing down on this list! See below.] On Sun, Mar 31, 2013 at 7:02 PM, John Hendy jw.he...@gmail.com wrote: On Sun, Mar 31, 2013 at 11:03 AM, Gary Oberbrunner ga...@oberbrunner.com wrote: On Fri, Mar 29, 2013 at 4:53 PM, John Hendy jw.he...@gmail.com wrote:

[O] LaTeX export figure width, when figure comes from python?

2013-03-29 Thread Gary Oberbrunner
Now that python mode is working nicely, I'm generating lots of graphics. #+BEGIN_SRC python :session MYpython :exports results :results file #... bunch of matplotlib stuff that produces /tmp/myfig.pdf '/tmp/myfig.pdf' #+END_SRC This works, and the LaTeX exporter includes /tmp/mfig.pdf:

Re: [O] LaTeX export figure width, when figure comes from python?

2013-03-29 Thread John Hendy
On Fri, Mar 29, 2013 at 3:16 PM, Gary Oberbrunner ga...@oberbrunner.com wrote: Now that python mode is working nicely, I'm generating lots of graphics. #+BEGIN_SRC python :session MYpython :exports results :results file #... bunch of matplotlib stuff that produces /tmp/myfig.pdf