Page top Previous Homepage Next |
Density PlotDescriptionAlso known as a Kernel Density Plot or Density Trace Graph. A Density Plot visualises the distribution of data over a continuous interval or time period. This chart is a variation of a Histogram that uses kernel smoothing to plot values, allowing for smoother distributions by smoothing out the noise. The peaks of a Density Plot help display where values are concentrated over the interval. An advantage Density Plots have over Histograms is that they're better at determining the distribution shape because they're not affected by the number of bins used (each bar used in a typical histogram). A Histogram comprising of only 4 bins wouldn't produce a distinguishable enough shape of distribution as a 20-bin Histogram would. However, with Density Plots, this isn't an issue. FunctionsDistribution
Patterns
AnatomySimilar ChartsTools to Generate Visualisation
Code-based:
Cookbook for R (R)
D3.js Graph Gallery (D3.js)
Python Graph Gallery (Python: Seaborn + Matplotlib)
React Graph Gallery (React/JS)
R Graph Gallery (R: ggplot2)
Vega
Vega-Lite
Examples...Check out our fast-paced, data visualisation-themed card game:Merchandise & other related dataviz products can be found at the store. |