0
How to label x and y in pyqt graph (legend) ?
How to label x and y in pyqt graph (legend) ? For example, to make x as time in millisecond and y as Force in 0.01 Newton?
4 Antworten
+ 1
https://stackoverflow.com/questions/16698074/pyqtgraph-add-legend-for-lines-in-a-plot
c3 = plt.plot (y=4, pen='y', name="maximum value")
Hope that helps.
+ 2
Fu Foy this is my whatsapp, let's keep in touch
+ 1
Fu Foy what if I wanna increase the bottom side of graph in pyqt?
+ 1
I'm afraid I have no idea! :)