# pyqtgraph使用matplotlib import pyqtgraph.widgets.MatplotlibWidget as mw a_plt = mw.MatplotlibWidget() # 设置工具栏不可见 a_plt.toolbar.setVisible(False)
隐藏pyqt中调用matplotlib图片中的工具栏
原文:https://www.cnblogs.com/komean/p/11209991.html