From: Eric Schulte <schulte.eric@gmail.com>
To: Johan Ekh <ekh.johan@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Inline plot with matplotlib
Date: Mon, 09 Sep 2013 17:05:35 -0600 [thread overview]
Message-ID: <87r4cxppds.fsf@gmail.com> (raw)
In-Reply-To: <CAH13Zgiq-Xq3Z0bm=GaRc7H1VfgZFoTM0NYKbRPSu5dSpfjbHg@mail.gmail.com> (Johan Ekh's message of "Tue, 10 Sep 2013 00:27:36 +0200")
Johan Ekh <ekh.johan@gmail.com> writes:
> Hi all,
> I would like to create a plot with matplotlib and have it exported to a
> beamer presentation without storing the plot in a file. Is that possible?
> Can someone point me to an example or a good starting point?
>
> BR / Johan
If matplotlib supports tikz or raw tex output formats, you could use a
python code block, e.g., something like the following.
#+begin_src python :results latex
# Python code to print latex code for a graph
#+end_src
--
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D
next prev parent reply other threads:[~2013-09-09 23:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-09 22:27 Inline plot with matplotlib Johan Ekh
2013-09-09 23:05 ` Eric Schulte [this message]
2013-09-09 23:08 ` Rasmus
2013-09-11 14:47 ` Johan Ekh
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r4cxppds.fsf@gmail.com \
--to=schulte.eric@gmail.com \
--cc=ekh.johan@gmail.com \
--cc=emacs-orgmode@gnu.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.