user27182

Results 116 issues of user27182

### Describe the bug, what's wrong, and what you expected. There is an issue with the number of labels or data range for the [download_frog_tissue](https://docs.pyvista.org/version/stable/api/examples/_autosummary/pyvista.examples.downloads.download_frog_tissue.html#pyvista-examples-downloads-download-frog-tissue) example. This has caused intermittent...

bug

### Overview Set [python_display_short_literal_types](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-python_display_short_literal_types) to `True`. This makes `Literal` annotations less verbose. This would affect function signatures like [`connectivity`](https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.datasetfilters.connectivity#pyvista.DataSetFilters.connectivity) , for example.

documentation

Possiblly fix #5694 The method of adding the class to `class.rst` worked previously as part of #5029 to expose the abstract docs of `Prop3D` so it could be referenced for...

documentation

Fix #5405. This PR is similar to #5406. It was initially a fix for `Plane` only but is now a more general fix for any geometric or parametric objects which...

bug

### Describe what maintenance you would like added. The docs for [Plotter.bounds](https://docs.pyvista.org/version/stable/api/plotting/_autosummary/pyvista.Plotter.bounds.html) should probably be updated: 1. The type hint in the signature does not match the return type in...

maintenance

### Describe what maintenance you would like added. Currently, there is redundancy when using annotations since there is a need to add the argument types to the docstring as well....

maintenance

### Overview This PR will publish the docs for the `validation` package. Publication should be considered sometime after #5571 is merged. Originally suggested by @darikg here https://github.com/pyvista/pyvista/pull/5586#issuecomment-1935781239.

documentation

### Overview This PR does: #### Add `principal_axes` feature - [x] add a new function `pv.principal_axes_vectors()` to compute the principal axes (aka principal components) of a set of points. -...

enhancement
Hacktoberfest-accepted
dependencies

### Describe the feature you would like to be added. The default precision for vtk source objects is 32-bit. However, floats in python and numpy are 64-bit by default. This...

feature-request

### Describe the bug, what's wrong, and what you expected. Random `mypy` errors seem to be popping up here and there with `pre-commit`. #5589 added ``--warn-unused-ignores``. In theory, adding this...

bug