Home > other >  How to set the abscissa pyqtgraph
How to set the abscissa pyqtgraph

Time:10-06

As title, please everyone a great god answer!!!!!! In this thank you!

CodePudding user response:

SetXRange (min and Max)

CodePudding user response:

The import pyqtgraph as pg
Self. Win=pg. PlotWidget
Self. Win. SetLable (" bottom ", "your xlabel")
  • Related