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 |
See also: