Home icon
Data Visualisation Guide

Apps versus libraries

2 minutes read

Data visualisation tools

Data visualisation tools fall into two big categories.

On one hand there are visualisation apps: tools with a graphical user interface that run as a desktop app on your computer or as a web app in your browser. Apps require no coding skills, but they offer less flexibility. Most of the apps offer a fixed list of chart types, so you can’t use them to make custom and creative visualisations.

The apps mentioned here are:

On the other hand there are visualisation libraries. These are packages that integrate with a programming language and extend it with functions for producing visualisations. Some libraries take the chart template approach of the visualisation apps, but other libraries do not offer chart templates and require you to code all elements of a visualisation yourself.

The libraries mentioned here are:

Related pages

RAWGraphs

Datawrapper

Flourish

RAWgraphs demo

The Chartmaker Directory

Intro to tidy data

Data visualisation tools