目录1、配置PyQt5环境1.1 安装PyQt5和PyQt5-tools1.2 QtDesigner和PyUIC环境的配置1.3 配置PyUIC2、使用Qt Designer设计界面3、将UI文件转为py文件4、编写代码,运用UI页面python + PyQt 搭建可视化页面(PyCharm)
I wish to plot the time variation开发者_如何学C of my y-axis variable using Matplotlib. This is no problem for continuously discrete data, however how should this be tackled for non-continuous data.