The example below embeds a matplotlib plot in a PyQt5 window. ... ax.plot(data, 'r-') ax.set_title('PyQt Matplotlib Example') self.draw()
確定! 回上一頁