emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] create vector-graphics with org-babel


From: John Kitchin
Subject: Re: [O] create vector-graphics with org-babel
Date: Wed, 09 Sep 2015 06:41:30 -0400

maybe have a look here: 
http://tex.stackexchange.com/questions/2099/how-to-include-svg-diagrams-in-latex
Max Linke writes:

> Hi
>
> I'm trying to use vector graphics in my org document
>
> #+BEGIN_SRC ipython :session :file iso.svg :exports results
>    x = np.linspace(0, 10, 100)
>    y = np.sin(x)
>    plt.plot(x, y)
> #+END_SRC
>
> I can run this cell with 'C-c C-c' but I can't export it to latex
> because it says that svg is currently not supported. Is there a way
> to include svg (or another type of vector graphics) export into my
> document.
>
> Another interesting thing to know is how I can change the DPI of the
> produced png?
>
> best Max

--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu



reply via email to

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