Skip to content
#

vtk

Here are 293 public repositories matching this topic...

pyvista
tkoyama010
tkoyama010 commented Mar 29, 2022

Describe what maintenance you would like added.

  • A clear and concise description of the maintenance problem.
    There are some Python libraries in the sentences that are all lowercase. For example, numpy. The official name is NumPy , so the N and P should be capitalized. Lowercasing is code-influenced and incorrect. Please check the official name of other libraries and correc
maintenance good first issue
p-j-smith
p-j-smith commented Jan 10, 2022

The docstrings for these classes states:

    auto_update :
        Automatic update rate in seconds.  Useful for automatically
        updating the render window when actors are change without
        being automatically ``Modified``.

However, in the implementation of auto_update, the value of `a

documentation good first issue

Improve this page

Add a description, image, and links to the vtk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vtk topic, visit your repo's landing page and select "manage topics."

Learn more