Johan Ekh <ekh.jo...@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

Reply via email to