Skip to content

Add a "density" kwarg to hist2d #11070 #12539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from

Conversation

thoo
Copy link
Contributor

@thoo thoo commented Oct 16, 2018

Close #11070

The first one I closed. #12436

jklymak and others added 11 commits October 15, 2018 13:01
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
@thoo thoo closed this Oct 18, 2018
@thoo thoo reopened this Oct 18, 2018
@thoo thoo closed this Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a "density" kwarg to hist2d
8 participants