nppexec
nppexec copied to clipboard
Issue with plots (matplotlib) or other UIs
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.