In addition to the simple bitmap graphics already covered, Qt provides API for vector graphics. Vector graphics can be used to build complex and interactive interfaces beyond the normal widget interface. They can also be used for plotting nice graphs with PyQtGraph
. In this PyQt5 tutorial we'll introduce vector graphics and have a look at plotting data with PyQtGraph.
Graphics and Plotting
Start with “Plotting with PyQtGraph”
Graphics and Plotting
Plotting with PyQtGraph
(0:14:16)
Create custom plots in PyQt with PyQtGraph |
|
Plotting with Matplotlib
(0:11:57)
Create PyQt5 plots with the popular Python plotting library |