emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Torsten Bronger <bronger@physik.rwth-aachen.de>
To: emacs-orgmode@gnu.org
Subject: Re: Matplotlib (Python) plots inline
Date: Thu, 09 Jun 2011 09:30:57 +0200	[thread overview]
Message-ID: <87k4cv31hq.fsf@physik.rwth-aachen.de> (raw)
In-Reply-To: A791019D-3F1D-40D3-953C-BD163E5B781C@ulb.ac.be

Hallöchen!

Pierre de Buyl writes:

> I have success with the following:
> #+begin_src python :results output raw :exports results
>   import numpy, matplotlib, matplotlib.pyplot
>   figure = matplotlib.pyplot.figure()
>   axes = figure.add_subplot(111, title=u"Hello", xlabel="x", ylabel="y")
>   x = numpy.arange(-10, 10, 0.1)
>   axes.plot(x, x**2)
>   figure.savefig("/tmp/plot_test.png")
>   figure.clf()
>   print "[[/tmp/plot_test.png]]"
> #+end_src
>
> You get only the figure as a result, and not the code.
> This method executes the code at each export.

Thanks also for your answer, however, one should write

    print "[" + "[/tmp/plot_test.png]]"

or something like this in order to prevent the string literal from
being substituted by the bitmap.

Tschö,
Torsten.

-- 
Torsten Bronger    Jabber ID: torsten.bronger@jabber.rwth-aachen.de
                                  or http://bronger-jmp.appspot.com

  reply	other threads:[~2011-06-09  7:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-06  9:21 Matplotlib (Python) plots inline Torsten Bronger
2011-06-06 12:09 ` Pierre de Buyl
2011-06-09  7:30   ` Torsten Bronger [this message]
2011-06-06 12:14 ` Eric Schulte
2011-06-09  7:29   ` Torsten Bronger

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=87k4cv31hq.fsf@physik.rwth-aachen.de \
    --to=bronger@physik.rwth-aachen.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).