Eric Firing
Eric Firing
I agree. This is consistent with the docstring, and I think it is a reasonable choice of precedence.
I don't understand. How do you propose to change the edgecolor behavior?
Like much of matplotlib, the color handling has evolved, and if starting from scratch one could design a more explicit, consistent, and verbose API. I think a problem with things...
Considerations: discoverability, readability, and code complexity, all viewed with the perspective of how often a feature will be used, and by whom. Discoverability involves documentation as well as possible tab-completion....
@tommyhlw, @JesterEE, and @erikliland, you are invited to submit a pull request that solves the problem cleanly. It might be relatively easy, by following how the scale is handled on...
I think they are not very useful. In my opinion, when a projection is used, zooming and panning should work in the Cartesian display space (with the aspect ratio held...
I agree. It arose historically from matching Matlab's behavior in scatter(), so the only way to get away from it is to provide an alternative kwarg and encourage its use....
If we decide to move forward on this, the solution is likely to be an alternative kwarg that specifies size based on a simple linear metric. There is also the...
The last line in your conf.py needs to be modified to match https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html. That will at least allow the build to proceed with Sphinx 8.x. I don't know whether it...
The Bunch class used here does not support pickling and unpickling. I don't see why an attempt to unpickle a Bunch is occurring, however. Can you provide a minimal self-contained...