Skip to content

Data Visualization Packages

Jakub Hampl edited this page Jan 3, 2018 · 19 revisions

Visualizing data can be a daunting task. Currently there exist a number of packages that can help.

gampleman/elm-visualization is a great choice, but perhaps someone has implemented something that suits your particular problem better? Here's a list of community packages and resources that can help you pick a data viz package for the job.

General Purpose

With smart defaults inspired by Edward Tufte, this package tries to be an opinionated guide for common data viz needs.

A very simple library, but has some of the basics covered.

Particular Visualizations

An arc diagram for visualizing acyclic digraphs.

Drawing diagrams of trees.

A HexBin plot is a scatter plot where the data is distributed over a grid of regular hexagons. This clustering makes it easier to spot the density of your data.

Treemaps are a method of visualizing data to communicate the relative size of some value.

Maps

A WIP maps package.

Clone this wiki locally