emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* create vector-graphics with org-babel
@ 2015-09-09  7:50 Max Linke
  2015-09-09 10:41 ` John Kitchin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Max Linke @ 2015-09-09  7:50 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-14 17:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-09  7:50 create vector-graphics with org-babel Max Linke
2015-09-09 10:41 ` John Kitchin
2015-09-09 16:02 ` Aaron Ecay
2015-09-13 11:14   ` Max Linke
2015-09-14 17:12 ` Suvayu Ali

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).