Re: default units for graphics in R code blocks

2020-03-30 Thread Tyler Smith
Yes, org info is spread wide and thin, and it's hard to tell which source is the most recent/accurate. I think it might be useful to consolidate and delete as much as possible, but that's going to be a lot of work. The existence of a page called "Library of Babel", https://orgmode.org/worg/library

Re: default units for graphics in R code blocks

2020-03-30 Thread John Hendy
Bummer, that does indeed read pretty straightforwardly about inches. Sorry about that. Thanks for your efforts. I find org documentation challenging at times, and am still not clear on worg vs. org. I believe I've asked on this list before why those pages exist, as this seems like it should be in

Re: default units for graphics in R code blocks

2020-03-30 Thread Tyler Smith
John Hendy writes: > > Best to cite exactly which article you're referring to. Trying to look > myself, for example, found me this as the only worg hit from googling > "worg R plotting": > - https://orgmode.org/worg/org-tutorials/org-R/org-R.html > """ > Output options > height:1000set height of g

Re: default units for graphics in R code blocks

2020-03-30 Thread John Hendy
On Mon, Mar 30, 2020 at 10:45 AM Tyler Smith wrote: > > Hi, > > The worg documentation for R code indicates the default units for > graphics output is 'in', inches. However, when I try the following: > > #+begin_src R :results file graphics :file ca.jpg :width 8 :height 11 > plot(1:10) > #+end_s

default units for graphics in R code blocks

2020-03-30 Thread Tyler Smith
Hi, The worg documentation for R code indicates the default units for graphics output is 'in', inches. However, when I try the following: #+begin_src R :results file graphics :file ca.jpg :width 8 :height 11 plot(1:10) #+end_src I get an error noting the margins are too large. If I change the