emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sébastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: [babel] Give a name to the plot
Date: Fri, 04 Dec 2009 10:18:51 +0100	[thread overview]
Message-ID: <87d42vcd1g.fsf@mundaneum.com> (raw)
In-Reply-To: 87my1z3907.fsf@stats.ox.ac.uk

Hi Dan,

Dan Davison wrote:
> Sébastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org> writes:
>>
>> Just a quick question (before testing and answering properly, tomorrow, to
>> your post): how do you give a name to an R plot?
>>
>> Just taking your example file:
>>
>> #+srcname: directory-pie-chart(dirs = directories)
>>    #+begin_src R :session R-pie-example
>>    pie(dirs[,1], labels = dirs[,2])
>>    #+end_src
>>  [[file:../../images/babel/dirs.png]]
>>
>> I don't see how the `dirs.png' name is derivated from the above block?
>
> Hi Seb,
>
> Sorry, more documentation shortcomings. When that was written it did not
> happen automatically, but it does now.

You don't have to be sorry. *I am* more than grateful by all you already have
given to us... A documentation lack is something expected in such big
projects, still on the move. That's not a problem for me. Your responsiveness
on the mailing list does correct such little features.


>> I've tried arguments such as `:file' or `filename:', but did not get any
>> success...
>
> e.g.
>
> :file filename.png
>
> should do it. Here's the relevant commit note. I'll move this into the
> documentation now.
>
>     [...]
>
>     An example block is (although both bg and fg can be passed directly as
>     header args)
>
>     \#+begin_src R :file z.pdf :width 8 :height 8 :R-dev-args bg="olivedrab", fg="hotpink"
>       plot(matrix(rnorm(100), ncol=2), type="l")
>     \#+end_src

It does work, yes!

Though, it did not when I tested, as I surrounded the filename with double
quotes:

:file "filename.png"

No message. No file generated. That was the observation I could make.

Thanks for helping...


>> Currently, all my R blocks produce an `Rplots.pdf' graph file... Don't see
>> where that is coming from... Pay attention: I'm an R user for the last 3 days
>
> That is the default in R when you issue plot commands from a
> non-interactive R process. But if you use the :file header arg all
> graphical output will be diverted to the named file as outlined above.

OK.

A side question (now that I have more graphics appearing in my example
document): is there/would there/will there be a way to regenerate all the
graphics included in my document?

I would be nice, as input data is changing over time. Let's take the example
you took in your doc: the directory organization on your disk. Let's imagine
you have 3 such graphics for 3 different disks. How could you get all of these
external commands launched for getting new data and new plots?

I can imagine (that's how Carsten does see the things with the tables, if I
understand correctly) this never will or would be automatic upon opening of
file -- and I can share the motivation for such decision. But can we imagine a
command that does the update of all blocks -- so, when the user does decide it?

Currently, I have to go in every block and C-c C-c them all, right?

Best regards,
  Seb

-- 
Sébastien Vauban



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2009-12-04  9:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-03 22:58 [babel] Give a name to the plot Sébastien Vauban
2009-12-03 23:58 ` Dan Davison
2009-12-04  9:18   ` Sébastien Vauban [this message]
2009-12-04 17:00     ` Eric Schulte
2009-12-04 17:04     ` Dan Davison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d42vcd1g.fsf@mundaneum.com \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).