Add a "density" kwarg to hist2d #11070#12539
Closed
thoo wants to merge 13 commits intomatplotlib:masterfrom
Closed
Add a "density" kwarg to hist2d #11070#12539thoo wants to merge 13 commits intomatplotlib:masterfrom
thoo wants to merge 13 commits intomatplotlib:masterfrom
Conversation
FIX: properly set x/y limits MNT: add tolerance to colorbar locator methods
* Rectified plot error The plot shown on the page: https://matplotlib.org/tutorials/introductory/usage.html#sphx-glr-tutorials-introductory-usage-py Will be possible only if plt.show() is outside the loop * Added corrections in docs as per requirements * Commented the code block to remove plot rendering * Added :: * corrected trailing spaces and bad indentation * Removed E402
…abels FIX: colorbar re-check norm before draw for autolabels
When plotting 10000 lines, this gives a ~10% improvement in performance.
If there's no margin to be added, we don't need sticky edges, but if autoscaling is off, we _also_ don't need the sticky edges. This saves a lot of time when plotting many artists, like in matplotlib#12542.
Avoid quadratic behavior when accumulating stickies.
Disable sticky edge accumulation if no autoscaling.
…ription Doc: Clarify horizontalalignment and verticalalignment in suptitle
…nto hist2d_density * 'hist2d_density' of https://github.com/thoo/matplotlib: Add density in hist2d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Close #11070
The first one I closed. #12436