How can I use DateAxisItem of PyQtGraph?
问题 I'm using PyQtGraph '0.9.8+gd627e39' on Python 3.6.2(32bit) and Windows 10. My goal is to plot real time data with an X-axis that shows datetime. Time Value datetime.datetime(2018, 3, 1, 9, 36, 50, 136415) 10 datetime.datetime(2018, 3, 1, 9, 36, 51, 330912) 9 datetime.datetime(2018, 3, 1, 9, 36, 51, 382815) 12 datetime.datetime(2018, 3, 1, 9, 36, 52, 928818) 11 ... I looked up related issues such as https://gist.github.com/friendzis/4e98ebe2cf29c0c2c232, pyqtgraph, plotting time series, but