Hadley Wickham's

Bin-summarise-smooth: a framework for visualising large data

  • Hadley Wickham.
  • Bin-summarise-smooth: a framework for visualising large data.

Download: pre-print


Visualising large data is challenging both perceptually and computationally: it is hard to know what to display and hard to efficiently display it once you know what you want. This paper proposes a framework that tackles both problems, based around a four step process of bin, summarise, smooth, and visualise. Binning and summarising efficiently (O(n)) condense the large raw data into a form suitable for display (recognising that there are ∼3 million pixels on a screen). Smoothing helps resolve problems from binning and summarising, and because it works on smaller, condensed datasets, it can make use of algorithms that are more statistically efficient even if computationally expensive. The paper is accompanied by a single-core in-memory reference implementation, and is readily extensible with parallel and out-of-memory techniques.

@TechReport{bigvis,
  author = {Hadley Wickham},
  institution = {had.co.nz},
  title = {Bin-summarise-smooth: a framework for visualising large data},
  year = {2013},
}