pyvistaqt
pyvista qt plotter
What it is and what it does
PyVistaQt is a helper module that bridges PyVista (a VTK visualization library) with Qt GUI frameworks. It provides a BackgroundPlotter class that embeds VTK rendering into Qt applications, enabling you to build interactive 3D visualization interfaces with real-time plot updates. The package wraps VTK's rendering pipeline to work seamlessly within Qt's event loop, so your plots stay responsive while you manipulate them or update data.
The package depends on pyvista for the core 3D visualization and mesh handling, and QtPy as an abstraction layer over Qt bindings (PySide6 or PyQt6). It's maintained actively by the PyVista community and supports modern Python versions (3.10 through 3.14). The low install friction and permissive MIT license make it straightforward to add to existing projects.
Use it for:
- Build desktop applications that display and interactively manipulate 3D meshes or point clouds in real-time.
- Embed live 3D visualization panels in scientific or engineering software built on Qt.
- Create data exploration tools that update 3D plots as parameters change without blocking the UI.
- Integrate VTK rendering into PyQt or PySide-based GUIs for CAD, simulation, or medical imaging workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
PyVistaQt integrates VTK 3D visualization with Qt GUI frameworks, letting you embed interactive 3D plots in Qt applications and update them in real-time.
Yes. PyVistaQt is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. Install it if you need to embed interactive 3D VTK plots in a Qt application. The only prerequisite is ensuring you have a Qt binding (PySide6 or PyQt6) available in your environment.
Install
pyvistaqt on PyPI
pip
pip install pyvistaqtuv
uv add pyvistaqtpoetry
poetry add pyvistaqtInstalling pyvistaqt
Before you install
Low friction: pure Python wheel with only two runtime dependencies (pyvista and QtPy). Active maintenance with a release 43 days ago and recent commits.
License in practice
MIT license permits unrestricted use, modification, and distribution in commercial and private projects with minimal attribution requirements.
Quickstart
pip install pyvistaqt
from pyvistaqt import BackgroundPlotter
plotter = BackgroundPlotter()
plotter.add_mesh(mesh)
plotter.show()
Requires Python 3.10 or later and a Qt binding (PySide6 or PyQt6) installed separately.
Verify before relying
- Whether PySide6 or PyQt6 must be installed separately or are pulled in transitively through QtPy.
- Performance characteristics when updating plots at high frequency or with large meshes.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyvista, QtPy |
| Maintenance | actively maintained — 43 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 248,314/month — #8,668 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyvistaqt-0.12.0-py3-none-any.whl
Keywords: vtk, numpy, plotting, mesh, qt
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
pyvistaPyVista provides a NumPy-native API for 3D…
permissive · top 5,000 on PyPI
pyqtgraphPyQtGraph is a pure-Python graphics library for…
permissive · top 5,000 on PyPI
ansys-tools-visualization-interfaceProvides a Python API that abstracts…
permissive · top 15,000 on PyPI
pyevtkExports scientific data to binary VTK files for…
permissive · top 15,000 on PyPI
pyvista-zstdCompress and decompress VTK datasets using…
permissive · top 15,000 on PyPI
vtkVTK is a 3D graphics, image processing, and…
permissive · top 5,000 on PyPI
fast-simplificationSimplifies 3D meshes by reducing the number of…
permissive · top 15,000 on PyPI
trame-vtkProvides VTK and ParaView visualization widgets…
permissive · top 5,000 on PyPI
PyQt6-Qt6Provides the Qt6 runtime libraries required by…
copyleft · top 5,000 on PyPI
trameTrame is a Python web framework for building…
permissive · top 5,000 on PyPI