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


View this message in rfc822 format

From: James Thomas <jimjoe <at> gmx.net>
To: 62783 <at> debbugs.gnu.org
Cc: arstoffel <at> gmail.com
Subject: bug#62783: [PATCH] comint-mime: Add Matplotlib support in the standard interpreter
Date: Wed, 12 Apr 2023 04:48:08 +0530
[Message part 1 (text/plain, inline)]
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.

In GNU Emacs 29.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.33, cairo version 1.16.0) of 2023-04-01 built on
 user-Inspiron-15-5518
Repository revision: 6419d78fa6f8a7794893da5a8a5d65f75a5a29fa
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101003
System Description: Ubuntu 22.04.2 LTS

[0001-Add-Matplotlib-support-in-the-standard-interpreter.patch (text/patch, attachment)]
[Message part 3 (text/plain, inline)]
(This is a duplicate message to the maintainer; because I suspect that a
 previous direct follow-up of mine to him has gone to spam)

--

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.