emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Inline plot with matplotlib


From: Eric Schulte
Subject: Re: [O] Inline plot with matplotlib
Date: Mon, 09 Sep 2013 17:05:35 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Johan Ekh <address@hidden> 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



reply via email to

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