You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now altair_recipes is using a constant chroma/lightness palette (a hue only palette or HOP), which combines with opacity to show both a variable value as well the number of samples in that area. Some issues:
The combination with opacity doesn't work that well, looks pretty dull and doesn't fade into background
When the only variable represented is counts, the HOP doesn't blend well with the background. The background color should be close to the color fro count of 1.
Potential solutions
We need two palettes, one (the default for instance) that blends into the background and the other that is constant lightness
We need to understand batter how a constant lightness palette combines with opacity
We need to select one of the two palettes appropriately or punt that to the user. For instance, we could use the standard one when the quantity represented is count(), on the HOP otherwise.
The text was updated successfully, but these errors were encountered:
Right now altair_recipes is using a constant chroma/lightness palette (a hue only palette or HOP), which combines with opacity to show both a variable value as well the number of samples in that area. Some issues:
Potential solutions
The text was updated successfully, but these errors were encountered: