Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 794 Bytes

density-plot.md

File metadata and controls

25 lines (18 loc) · 794 Bytes
title
Density plot

Unlike scatter plot that visualizes each individual data point, density plot splits 2D area by bins, and color-codes it depending on the number of points that fall within this bin. The darker the color, the more points it contains.

Developers: To add the viewer from the console, use: grok.shell.tv.addViewer('Density plot');

General:

Right click Context menu

Density Plot

See also: