You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect this is the same bug as #24383 - I think it will be easier to fix #24383 first (there's an even simpler example of radial log scale that doesn't work there), then come back to this issue and see if it's fixed as a side effect.
Bug report
Bug summary
radius range setting does not work for pcolormesh() in log polar coodinates.
Code for reproduction
Actual outcome
Expected outcome
I think the pixels should spread to the outer edge of the circle, and no warnings should be shown.
Matplotlib version
print(matplotlib.get_backend())
): module://ipykernel.pylab.backend_inlinePython, jupyterlab numpy and matplotlib were installed with conda.
The text was updated successfully, but these errors were encountered: