pyvistaqt
is a helper module for pyvista
to enable you to
plot using pyqt
by placing a vtk-widget into a background render.
This can be quite useful when you desire to update your plot in
real-time.
Refer to the documentation for detailed installation and usage details for the core package which is used alongside this package.
For the installation and usage to the pyvistaqt documentation the usage of this module.
For general questions about the project, its applications, or about software usage, please create an issue in the pyvista/pyvista-support repository where the community can collectively address your questions. You are also welcome to join us on Slack or send one of the developers an email. The project support team can be reached at [email protected].
PyVista can be installed from PyPI
using pip
on Python >= 3.5:
pip install pyvistaqt
You can also visit PyPi or GitHub to download the source.
We absolutely welcome contributions. pyvistaqt
is maintained on a
volunteer basis and thus we need to foster a community that can
support user questions and develop new features to make this software
a useful tool for all users while encouraging every member of the
community to share their ideas. To learn more about contributing to
PyVista, please see the the pyvista
Contributing Guide and
Code of Conduct.
While pyvistaqt
is under the MIT license, pyqt5
is subject to
the GPL license. Please see deails at
Riverbank License FAQ.