MatthewFlamm
MatthewFlamm
If those changes are removed then we won't be testing the changes here. This strategy of opening up a parallel PR creates a lot of friction for both PRs.
Since this is also showing up in the document example, this feels like it is better to fix the bug then continue on. However if this is holding up other...
To clarify, this problem is not in `add_ruler`, but `show_bounds`?
Can you add a second issue for the direction of the ruler with an example with code, if it continues to be an issue? I highly suspect it is due...
This function keeps getting poked at recently since it is embedded for use inside the geometric object generation, and it isn't so well defined. That is to say, I agree...
Not necessarily about # of lines, but path changes was the bigger thought which was driving my request. I have no strong position. If there isn't appetite, I'm okay with...
You can use #5811 as an example. Fork this repo, create a branch off `main`, make changes on that branch, then make PR here requesting to merge to main.
For 3D rotation disabling on the trackball style, see https://docs.pyvista.org/api/plotting/_autosummary/pyvista.plotter.enable_2d_style. For customization of trackball style, see https://docs.pyvista.org/api/plotting/_autosummary/pyvista.plotter.enable_custom_trackball_style#pyvista.Plotter.enable_custom_trackball_style For completely custom callback options, it is tricky and requires intimate knowledge of...
Looking for feedback on naming of the filter. Not sure if this should be `decimate_polylines` or `decimate_polyline` or something else.
I added the `point_dtype` argument in the same manner as Cube https://github.com/pyvista/pyvista/blob/b8c4dc4e8c780b1dd6cb2be4e8f9bb60d860541b/pyvista/core/utilities/geometric_objects.py#L1175 but I'm a bit unsure that we should be setting the default to be 'float32' rather than 'float64'....