nppexec icon indicating copy to clipboard operation
nppexec copied to clipboard

Issue with plots (matplotlib) or other UIs

Open mrrezaie opened this issue 3 months ago • 0 comments

Hi, NppExec does not show any plot. Here is an example:

import matplotlib.pyplot as plt
plt.plot([0,1,2,3,4,5,6,7,8,9,10])
plt.show()

Any help is appreciated.

mrrezaie avatar Oct 29 '24 16:10 mrrezaie