Enhanced Data
Immersive data visualization experiments embedded in a terminal-style interface
Open InterfaceHelix
Inspired by the concept of a time spiral, candlestick data is mapped onto a helix with an adjustable pitch. Going beyond 2D candlestick charts, the 3rd dimension is used to encode trading volume in candle thickness.
Table
Combines a market screener and a portfolio tracker in a simple, unified design. The data distribution of the sorted column is visualized to provide enhanced context for the current scroll position in the dataset.
Cube
Identifies clusters in fast streaming data using a density-based spatial clustering algorithm. Regression planes visualize how each of the 3 dimensions is predicted by the other 2 dimensions.
Grid
Fits as much data on a screen as possible, while allowing in-depth control of data density to ensure legibility. Pagination is used only when absolutely necessary.
Graph
Computes a correlation network based on fast streaming data. To encourage thinking in terms of ranges rather than point estimates, the edges visualize the lower and upper bounds of the confidence interval for each correlation.
Matrix
Computes correlation coefficients and confidence intervals and clusters them hierarchically. Adjustable 2D windowing is used to compute correlations for visible variables only (if clustering is disabled) and to render only those to the DOM (regardless of clustering).