File: qt_plotting.rst

package info (click to toggle)
python-pyvista 0.46.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,968 kB
  • sloc: python: 94,346; sh: 216; makefile: 70
file content (6 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
.. _qt_plotting:

PyVista and PyQt
----------------

Using ``PyQt`` you can embed the :class:`pyvista.Plotter` class within a ``PyQt`` widget to add PyVista to a ``Qt`` application within Python. You can also have a plot in a separate thread from the main python thread using a background plotter class. For more details, see `pyvistaqt <https://qtdocs.pyvista.org>`_.