Closed seeM closed 3 months ago
Positron Version(s) : 2024.08.0-24
OS Version : OSX
Console run of:
import matplotlib.pyplot as plt import numpy as np
fig, ax = plt.subplots()
x = np.linspace(0, 2np.pi, 100) y = np.sin(3x) ax.plot(x, y)
Link(s) to TestRail test cases run or created: N/A
We should support matplotlib's interactive mode i.e.
ipympl
.For example, this should produce an interactive plot:
Currently it produces a static low-res plot:
Sub-issue of https://github.com/posit-dev/positron/issues/1924.