Hi, NppExec does not show any plot. Here is an example: ```python import matplotlib.pyplot as plt plt.plot([0,1,2,3,4,5,6,7,8,9,10]) plt.show() ``` Any help is appreciated.