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

[python] added plot_split_value_histogram function #2043

Merged
merged 17 commits into from May 1, 2019
Merged

Conversation

StrikerRUS
Copy link
Collaborator

No description provided.

xlim = (bins[0] - range_result * 0.2, bins[-1] + range_result * 0.2)
ax.set_xlim(xlim)

ax.set_yticks([int(tick) for tick in ax.get_yticks()])
Copy link
Collaborator Author

@StrikerRUS StrikerRUS Mar 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any matplotlib expert here? 😃
I'm not sure how to do this properly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StrikerRUS StrikerRUS mentioned this pull request Apr 30, 2019
@guolinke
Copy link
Collaborator

@henry0312 can you review this PR? thanks!

@henry0312
Copy link
Contributor

henry0312 commented Apr 30, 2019 via email

Copy link
Contributor

@henry0312 henry0312 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
The function looks helpful ;)

@henry0312 henry0312 merged commit 611cf5d into master May 1, 2019
@StrikerRUS StrikerRUS deleted the plot_hist branch May 1, 2019 16:33
@lock lock bot locked as resolved and limited conversation to collaborators Mar 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants