Re: [O] controling width of graphviz source block result

2014-06-17 Thread Sebastien Vauban
regcl wrote: > Thank you for your earlier comments. In order to adjust the scaling of > a graphic generated by a R source block I am doing this ... > > ** adjusting scaling of a figure generated from source > > #+begin_src R :results graphics silent :file foo2.pdf :exports results > plot(c(1:10

Re: [O] controling width of graphviz source block result

2014-06-14 Thread Nicolas Goaziou
Hello, regcl writes: > Thank you for your earlier comments. In order to adjust the scaling of > a graphic generated by a R source block I am doing this ... > > ** adjusting scaling of a figure generated from source > #+begin_src R :results graphics silent :file foo2.pdf :exports results > pl

Re: [O] controling width of graphviz source block result

2014-06-12 Thread regcl
Hi Nicolas, Thank you for your earlier comments. In order to adjust the scaling of a graphic generated by a R source block I am doing this ... ** adjusting scaling of a figure generated from source #+begin_src R :results graphics silent :file foo2.pdf :exports results plot(c(1:10), c(10:1))

Re: [O] controling width of graphviz source block result

2014-02-22 Thread regcl
Nicolas Goaziou writes: > Hello, > > regcl writes: > >> So I am understanding from your answer that attribues only "modify" the >> next immediate "thing" in the .org document, and do not persist, so to >> speak. > > "things" are called "elements" in Org lingo and "attributes" are called > "affil

Re: [O] controling width of graphviz source block result

2014-02-22 Thread regcl
Nicolas Goaziou writes: > Hello, > > regcl writes: > >> When I try to control the width of the image produced by >> included graphviz (DOT) code like so ... >> >> #+ATTR_HTML: :width 300 >> #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results >> >> ... width is not controlled. > > Here t

Re: [O] controling width of graphviz source block result

2014-02-22 Thread Nicolas Goaziou
Hello, regcl writes: > So I am understanding from your answer that attribues only "modify" the > next immediate "thing" in the .org document, and do not persist, so to > speak. "things" are called "elements" in Org lingo and "attributes" are called "affiliated keywords". So, yes, affiliated key

Re: [O] controling width of graphviz source block result

2014-02-21 Thread Nicolas Goaziou
Hello, regcl writes: > When I try to control the width of the image produced by > included graphviz (DOT) code like so ... > > #+ATTR_HTML: :width 300 > #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results > > ... width is not controlled. Here the HTML attribute applies to the INCLUDE k

[O] controling width of graphviz source block result

2014-02-21 Thread regcl
When I try to control the width of the image produced by included graphviz (DOT) code like so ... #+ATTR_HTML: :width 300 #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results ... width is not controlled. This works ... #+INCLUDE: "gnus.dot" SRC dot :file gnus.png :exports none #+ATTR_