bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62783: [PATCH] comint-mime: Add Matplotlib support in the standard i


From: Augusto Stoffel
Subject: bug#62783: [PATCH] comint-mime: Add Matplotlib support in the standard interpreter
Date: Wed, 12 Apr 2023 08:44:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]