emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: [babel] captions and figure size on export


From: Graham Smith
Subject: Re: [Orgmode] Re: [babel] captions and figure size on export
Date: Mon, 8 Mar 2010 10:14:00 +0000

This is driving me mad here:  I have removed all the fig and size code
and replaced it with onky one line that should be resizing the first
graph(FloweringBoxplot.pdf).  However, its resizing the second graph
(NonFloweringBoxplot/pdf) and not affecting the first graph. This
works on other files, so I am really at a loss here.


#+srcname:BoxplotFlowering
#+begin_src R :session daf :file FloweringBoxplot.pdf :exports both
boxplot(daf$Flower~daf
$YEAR)
#+end_src

#+ATTR_LaTeX: width=10cm
#+results: BoxplotFlowering
[[file:FloweringBoxplot.pdf]]


#+srcname:BoxplotNonFlowering
#+begin_src R :session daf :file NonFloweringBoxplot.pdf :exports both
boxplot(daf$No.Flower~daf$YEAR)
#+end_src

#+results: BoxplotNonFlowering
[[file:NonFloweringBoxplot.pdf]]

Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]