aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtDataVisualization.rst
blob: 66e2d95235c82ddfa9626af353a8af45acc62314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 <https://doc.qt.io/qt-6/qtdatavisualization-qmlmodule.html>`_ .

Articles and Guides
^^^^^^^^^^^^^^^^^^^

    * :ref:`Overview<Qt-Data-Visualization-Overview>`
    * :ref:`Data Handling<Qt-Data-Visualization-Data-Handling>`
    * :ref:`Interacting with Data<Qt-Data-Visualization-Interacting-with-Data>`
    * :ref:`Known Issues<Qt-Data-Visualization-Known-Issues>`