{"library":"pyvistaqt","title":"PyVistaQt","description":"PyVistaQt provides a Qt-based plotting backend for PyVista, enabling embedded 3D visualization in PyQt5/PySide2/PyQt6/PySide6 applications. Current version: 0.11.4. Release cadence: irregular, with occasional minor/patch updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyvistaqt"],"cli":null},"imports":["from pyvistaqt import BackgroundPlotter","from pyvistaqt import QtInteractor","from pyvistaqt import MultiPlotter"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pyvista as pv\nfrom pyvistaqt import BackgroundPlotter\n\nplotter = BackgroundPlotter()\nmesh = pv.Cube()\nplotter.add_mesh(mesh, color='red')\nplotter.show()","lang":"python","description":"Create a Qt window with a 3D view of a cube using the BackgroundPlotter.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}