From: Max Linke <max_linke@gmx.de>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: create vector-graphics with org-babel
Date: Wed, 09 Sep 2015 09:50:58 +0200 [thread overview]
Message-ID: <55EFE4E2.5070700@gmx.de> (raw)
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
next reply other threads:[~2015-09-09 7:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-09 7:50 Max Linke [this message]
2015-09-09 10:41 ` create vector-graphics with org-babel John Kitchin
2015-09-09 16:02 ` Aaron Ecay
2015-09-13 11:14 ` Max Linke
2015-09-14 17:12 ` Suvayu Ali
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55EFE4E2.5070700@gmx.de \
--to=max_linke@gmx.de \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).