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

[heatmap] numerous improvements #3456

Merged
merged 2 commits into from
Sep 13, 2017
Merged

Conversation

mistercrunch
Copy link
Member

  • flexibility as to how to sort X and Y axis (alpha/value, desc/asc)
  • option to show a legend
  • fixed margins, maximize real estate
  • allowed users to define bounds

* flexibility as to how to sort X and Y axis (alpha/value, desc/asc)
* option to show a legend
* fixed margins, maximize real estate
* allowed users to define bounds
superset/viz.py Outdated
max_ = bounds[1]
else:
max_ = v.max()
df['perc'] = (v - min_) / (max_ - min_)
Copy link
Contributor

Choose a reason for hiding this comment

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

Possible divide by 0?

@coveralls
Copy link

coveralls commented Sep 13, 2017

Coverage Status

Coverage decreased (-0.002%) to 69.117% when pulling 2feaa42 on mistercrunch:heatmap into 8223729 on apache:master.

@coveralls
Copy link

coveralls commented Sep 13, 2017

Coverage Status

Coverage decreased (-0.007%) to 69.112% when pulling 2774a5d on mistercrunch:heatmap into 8223729 on apache:master.

@graceguo-supercat
Copy link

LGTM!

@mistercrunch mistercrunch merged commit 49f24d1 into apache:master Sep 13, 2017
@mistercrunch mistercrunch deleted the heatmap branch September 13, 2017 23:13
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.20.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.20.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants