Skip to main content

Correlation plot

A quick way to assess correlations between all columns at once. Cells are color-coded by the Pearson correlation coefficient or Spearman's rank correlation coefficient . Histograms along the diagonal show the corresponding distribution. Hover over the cell to see the corresponding scatter plot. The grid is sortable. Select columns in the view by selecting corresponding rows.

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

General:

Right clickContext menu
Header double-clickSort column

Correlation Plot

Properties

PropertyTypeDescription
General
X Column NameslistColumns to be put on the X axis
Y Column NameslistColumns to be put on the Y axis
Correlation Typecorrelationtype
Show Pearson RbooleanShows the Pearson correlation coefficient inside the corresponding cell.
Show TooltipbooleanShows the tooltip with the corresponding scatter plot inside.
Ignore Double ClickbooleanIgnores double click behavior on the grid cells.
Back Colornumber
Row SourcestringDetermines the rows shown on the plot.
Allow Dynamic Menusboolean
Show Context MenubooleanProperties common for all viewers todo: use code generation
Titlestring
DescriptionstringViewer description that gets shown at the Descriptor Position. Markup is supported.
HelpstringHelp to be shown when user clicks on the ''?'' icon on top. Could either be in markdown, or a URL (starting with ''/'' or ''http'').
Description Positionflexposition
Description Visibility Modevisibilitymode
Style
Default Cell Fontstring
Col Header Fontstring
Data
FilterstringFormula that filters out rows to show. Examples: ${AGE} > 20 or ${WEIGHT / 2)} > 100, ${SEVERITY} == ''Medium'', ${RACE}.endsWith(''sian'')
Tablestring
Description
Show Titleboolean

See also: