PySide6.QtDataVisualization

3

A

B

C

H

I

L

S

T

V

Detailed Description

Provides functionality for 3D visualization.

The Qt Data Visualization module enables you to visualize data in 3D as bar, scatter, and surface graphs. It’s especially useful for visualizing depth maps and large quantities of rapidly changing data, such as data received from multiple sensors. The look and feel of graphs can be customized by using themes or by adding custom items and labels.

Qt Data Visualization is built on Qt 6 and OpenGL to take advantage of hardware acceleration and Qt Quick 2.

Using the Module

To include the definitions of modules classes, use the following directive:

import PySide6.QtDataVisualization

The module also provides QML types .

Articles and Guides