From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: create vector-graphics with org-babel Date: Wed, 09 Sep 2015 06:41:30 -0400 Message-ID: References: <55EFE4E2.5070700@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZcoq-0007UX-6b for emacs-orgmode@gnu.org; Wed, 09 Sep 2015 06:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZcon-0002sx-Hb for emacs-orgmode@gnu.org; Wed, 09 Sep 2015 06:41:36 -0400 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:35214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZcon-0002rG-DC for emacs-orgmode@gnu.org; Wed, 09 Sep 2015 06:41:33 -0400 Received: by qgt47 with SMTP id 47so3521243qgt.2 for ; Wed, 09 Sep 2015 03:41:32 -0700 (PDT) In-reply-to: <55EFE4E2.5070700@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Max Linke Cc: emacs-orgmode 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