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

feat: reverse fill color for histograms #4374

Merged
merged 1 commit into from
Nov 23, 2020

Conversation

stephanwlee
Copy link
Contributor

Histogram reverse sorts by step number and, previously, the first step
was the darkest while the last step was the faintest. While this works
for most colors, it does not work well for gray based colors.

Now, it is true that we have a different set of color palettes in time
series and it is less of the problem but now that we let users tweak the
run color, it is easy to imagine user picked color being a problem in
the histograms.

To alleviate the problem, we gave the most important step, the last one,
the most salient color.

image

image

Histogram reverse sorts by step number and, previously, the first step
was the darkest while the last step was the faintest. While this works
for most colors, it does not work well for gray based colors.

Now, it is true that we have a different set of color palettes in time
series and it is less of the problem but now that we let users tweak the
run color, it is easy to imagine user picked color being a problem in
the histograms.

To alleviate the problem, we gave the most important step, the last one,
the most salient color.
@stephanwlee stephanwlee merged commit 806c5dc into tensorflow:master Nov 23, 2020
@stephanwlee stephanwlee deleted the histo_flip branch November 23, 2020 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants