keplergl / keplergl/kepler.gl

Hexbin: default height for lowest value.

Open
#475 3 comments 1 reaction 1 assignee Claimed by @heshan0131 View on GitHub
backlog
Dominant language
TypeScript
Stars
12k
Forks
2k
Avg merge
1d 5h
Merged PRs (30d)
66

Description

**Is your feature request related to a problem? Please describe.**
It feels misleading when using the hexbin height, that the lowest value does not get a height.
When I use _Point count_ as the height's source, 1 is flat, 2 is 1 height unit, 3 is 2 height units.
But to a spectator, 2 looks much higher than 1.

**Describe the solution you'd like**
To make the value _0_ flat, and not the lowest value.

**Describe alternatives you've considered**
To calculate the number of points per coordinate myself, add a row with value 0, and then plot that.

**Additional context**
The flat ones are value 1, the middle value 2 and the highest is value 3.
It really doesn't feel that way looking at it with fresh eyes.
![Schermafbeelding 2019-04-17 om 10 52 50](https://user-images.githubusercontent.com/7532341/56274736-9ab52300-60ff-11e9-9761-189cb9e68ab3.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.