unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Joost Kremers <joostkremers@fastmail.fm>
To: Hongyi Zhao <hongyi.zhao@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Show the figure created by matplotlib in Emacs' frame.
Date: Thu, 16 Sep 2021 20:45:00 +0200	[thread overview]
Message-ID: <87zgsctkqd.fsf@fastmail.fm> (raw)
In-Reply-To: <CAGP6POK4bTRR9vPFmW-3tgxcKS6R3DK9Lzfs5B1nfs=-MtnCiw@mail.gmail.com>


On Thu, Sep 16 2021, Hongyi Zhao wrote:
> In Emacs, I run the python script [1] using `C-c C-c' provided with
> the elpy package. A standalone window will be opened to show the
> generated figure, as shown in the attached screenshot file.
>
> But I want to know whether I can let Emacs render the figure in its own frame.
>
> [1] https://github.com/hongyi-zhao/QEbandplot/blob/master/bandplot.py
>
> Any hints will be greatly appreciated.

I have nothing ready-made to offer, but one option that comes to mind is to save
the plot to a file instead of calling `plt.show()` and then have Emacs open that
file.

An alternative would be to use Org mode and put your code in a source block,
then you can have the plot appear directly in your Org file below the source
code.


-- 
Joost Kremers
Life has its moments



  reply	other threads:[~2021-09-16 18:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-16 15:04 Show the figure created by matplotlib in Emacs' frame Hongyi Zhao
2021-09-16 18:45 ` Joost Kremers [this message]
2021-09-18 10:04 ` James Thomas
2021-09-18 11:41   ` Hongyi Zhao
2021-09-19 14:49   ` Hongyi Zhao
2021-09-21 12:51     ` Hongyi Zhao
2021-09-21 13:34       ` Hongyi Zhao

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.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgsctkqd.fsf@fastmail.fm \
    --to=joostkremers@fastmail.fm \
    --cc=help-gnu-emacs@gnu.org \
    --cc=hongyi.zhao@gmail.com \
    /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.
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).