Pull requests46 Discussions Actions Projects Wiki Security Insights Additional navigation options New issue Merged j9ac9kmerged 7 commits intopyqtgraph:masterfromj9ac9k:docs-refurbish-plotdataitem Jun 6, 2024 +1
matplotlib.pyplot.show函数显示您创建的图形。 对于行df["True Price Range"].plot(kind='box', title='Boxplot of True Price Range').show(),不应该对您刚刚创建的对象(即pyqtgraph.graphicsItems.PlotDataItem.PlotDataItem类型)调用show方法。如前所述,只需调用show方法即可。 对于前面提到的AttributeError,这意...