-
Notifications
You must be signed in to change notification settings - Fork 3
HexBin plot #10
Copy link
Copy link
Open
Labels
Difficulty: AdvancedHackathon projects with advanced difficultyHackathon projects with advanced difficultyFsLab Hackathon 2023Implementation projects for the 2023 FsLab HackathonImplementation projects for the 2023 FsLab HackathonStatus: Available
Metadata
Metadata
Assignees
Labels
Difficulty: AdvancedHackathon projects with advanced difficultyHackathon projects with advanced difficultyFsLab Hackathon 2023Implementation projects for the 2023 FsLab HackathonImplementation projects for the 2023 FsLab HackathonStatus: Available
Type
Projects
Status
Status: Available
Description
Hexagonal Binning is a method for visualizing bivariate distributions especially suited to visualize the distribution of large two-dimensional data sets [1, 2]
Hexagonal binning plots density, rather than points. Points are binned into gridded hexagons and distribution (the number of points per hexagon) is displayed using either the color or the area of the hexagons. This technique was first described in 1987 [3].
The underlying idea is as follows: an area containing the data set is tessellated [4] with regular hexagons [5]. The number/proportion of points falling in each cell is counted and mapped to a colormap.
References
Pointers
Hints (click to expand if you need additional pointers)