MatthewFlamm

Results 333 comments of MatthewFlamm

My understanding is that this option in the vtk filter changes the active attribute that is used to orient the object. The `orient` parameter in pyvista currently inherently always uses...

My thought is that we should allow a `name` option for `add_silhouette` that works similarly to `add_mesh`. Then when `silhouette=True` and a `name` is passed to `add_mesh` we mangle the...

This sounds super cool. It might help for others to be able to recreate what you are seeing. Can you provide a minimal runnable example in your shared code (or...

Have you taken a look at #5119? This was meant to add part of this functionality. I lost steam to finish it, and I don't remember what needed to be...

I have not read this PR in detail. We should decide if the idea behind #5119 should move forward, i.e. to make the default themes class methods of `Theme`. If...

BTW I do like the decorator approach in this PR if we decide to not implement the classmethod approach.

I don't think this issue is necessarily closed, but the changes are sufficient for purposes of https://github.com/openjournals/joss-reviews/issues/7357.

Since the implementation of `LSODA` and `solve_ivp` do not specify intermediate time points of integration, the issues https://github.com/scipy/scipy/issues/8410 and https://github.com/scipy/scipy/issues/7379 should not be relevant for `LSODA` and `solve_ivp` in this...