Skip to content
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

set xlim based on range for 1D histogram in the diagonal #176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

changhoonhahn
Copy link

I noticed xlim was not set for the diagonal 1D histogram so I added

ax.set_xlim(np.sort(range[i]))

to core.py

@dfm
Copy link
Owner

dfm commented Jul 14, 2021

Thanks for this, but the xlims are already set a little lower (look for the call to _set_xlim) so can you share a demo that doesn't work with the existing logic first?

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.

2 participants