开发者

Python PyQt

0
  • 基于Python + PyQt搭建可视化页面的详细教程

    目录1、配置PyQt5环境1.1 安装PyQt5和PyQt5-tools1.2 QtDesigner和PyUIC环境的配置1.3 配置PyUIC2、使用Qt Designer设计界面3、将UI文件转为py文件4、编写代码,运用UI页面python + PyQt 搭建可视化页面(PyCharm)[详细]

    2024-08-10 12:15 分类:开发
  • How to plot non-numeric data in Matplotlib

    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.[详细]

    2022-12-28 18:29 分类:问答