Scott Shambaugh

Results 25 issues of Scott Shambaugh

### Bug summary If colors of scatter points are set during the initial call, then later calls of `set_facecolor` to that artist fail to update the colors. `set_edgecolor` works as...

### Summary It's unclear to me what the actual negative effects are, but the `Patch3D` initialization call to `set_3d_properties` is missing its `verts` argument. Need to investigate and fix. Also...

topic: mplot3d

I originally submitted this issue for `debugpy` https://github.com/microsoft/debugpy/issues/1623, and saw on a linked issue that there is a comment tracking the issue back to `PyDev.Debugger`: https://github.com/microsoft/debugpy/issues/1633#issuecomment-2243324552 I'm not sure if...

**Proposal Overview** This is an issue to discuss a proposal to extend the [`scipy.spatial.transform`](https://scipy.github.io/devdocs/reference/spatial.transform.html) module. Currently, only 3-D rotations are supported under the module. What I would like to add...

enhancement
scipy.spatial

#### Reference issue Closes https://github.com/scipy/scipy/issues/21351 #### What does this implement/fix? This is essentially the opposite of `Rotation.concatenate()` and mirrors the syntax of `numpy.split()` https://numpy.org/doc/stable/reference/generated/numpy.split.html My current use case is making...

enhancement
scipy.spatial
Cython

Closes https://github.com/cphyc/matplotlib-label-lines/issues/208 @cphyc do you have setup instructions for the image comparison tests? I cannot get them to fail if I change them.

Closes https://github.com/cphyc/matplotlib-label-lines/issues/176 by adding `xoffsets` as a kwarg, similar to `yoffsets`. Properly handles both numeric and timedelta offsets.

No ticket for this one, just figured it was a useful shorthand! Regenerated the readme example plot to show the behavior, I think it looks a little cleaner now. Subplots...

Closes https://github.com/cphyc/matplotlib-label-lines/issues/166 I think this concludes my Friday morning bug hunt :) Thank you for the library, I find it incredibly useful!

If I try to use the `xvals` argument by supplying time information on a time axis, I get errors. This happens with both a pandas Timestamps and datetime64 objects. Adding...

bug