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