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

[query][ggplot] geom_histogram infers min and max values automatically #11300

Merged
merged 7 commits into from
Feb 3, 2022

Conversation

johnc1231
Copy link
Contributor

This PR:

  1. Adds a notion of precomputes, things that need to be computed in advance before we can do the main aggregation to render the plot. Right now, only geom_histogram has these, and they're only present if the user does not specify a minimum or maximum value.

  2. Adjusts the tooltip for histograms to show the range of values that a bar represents, instead of just the x coordinate of the center of the bar. See image for example:

Screen Shot 2022-01-31 at 4 01 54 PM

@danking danking merged commit ccec08b into hail-is:main Feb 3, 2022
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.

3 participants