GNU bug report logs - #62783
[PATCH] comint-mime: Add Matplotlib support in the standard interpreter

Previous Next

Package: emacs;

Reported by: James Thomas <jimjoe <at> gmx.net>

Date: Tue, 11 Apr 2023 23:19:02 UTC

Severity: wishlist

Tags: notabug, patch

Fixed in version 29.1

Done: Augusto Stoffel <arstoffel <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 62783 <at> debbugs.gnu.org (full text, mbox):

From: Augusto Stoffel <arstoffel <at> gmail.com>
To: James Thomas <jimjoe <at> gmx.net>
Cc: 62783 <at> debbugs.gnu.org
Subject: Re: bug#62783: [PATCH] comint-mime: Add Matplotlib support in the
 standard interpreter
Date: Wed, 12 Apr 2023 08:44:27 +0200
On Wed, 12 Apr 2023 at 04:48, James Thomas wrote:

> Severity: wishlist
> Tags: notabug, patch
>
> This adds support for Matplotlib using the standard interpreter (rather
> than IPython). It was tested like this:
>
> M-x run-python
> M-x comint-mime-setup
>>>> import matplotlib.pyplot as plt
>>>> fig, ax = plt.subplots()
>>>> ax.plot([1, 2, 3, 4], [1, 4, 2, 3])
>>>> plt.show()
>
> I haven't tested whether this breaks the existing IPython functionality
> - but see no reason why it should.


Thanks, I will have a look at this soon.




This bug report was last modified 2 years and 29 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.