Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 380 Bytes

File metadata and controls

10 lines (7 loc) · 380 Bytes

pyqt5RealTimeLineChart

This is a demo of using pyqt5 and QChart for show linechart in realtime application.

  • 1 chart
  • 24 series in the chart

update rate

The elapsed time of each update function is about 0.02-0.024 second, so the refresh frequency should be less than 40Hz.