plot(floatStockClosePrice, title="Graph") ax = widget.getPlotItem().getAxis("left") ax.setLabel("Price") ax.setGrid(200) ax.showLabel() ax = widget.getPlotItem ...
確定! 回上一頁