# pyqtgraph使用matplotlib import pyqtgraph.widgets.MatplotlibWidget as mw a_plt = mw.MatplotlibWidget() # 设置工具栏不可见 a_plt.toolbar.setVisible(False)