Skip to main content

Data-driven Visualisation Tools - A Resource List





A visualisation can be everything from a complicated multi-dimensional data set that incorporates time and geographic information, to a couple of blobs that represent and idea.The Periodic Table of Visualisation may help you broaden your visualisation understanding and maybe reveal the difference between a Sankey Diagram and an Hyperbolic Tree or reveal the layout of a Radar Tree and a Mindmap.

The Information is Beautiful site lets you browse lots of different visualisations and visualisation styles. I'm particularly drawn to those visualisations that aren't complicated but convey a simple idea well, like the one below.



The Basics



For most simple visualisation needs, you really only need something simple. The tools in Google Forms ( to create surveys ) and Google Spreadsheets ( to store and manipulate your data ) and Google Charts ( to display your data in interesting ways ) are enough for most people.

As well as bar, column and line charts, Google Spreadsheets can display the more esoteric Tree maps, Trendlines, Maps and Bubble charts once you have your data organised into the correct format.

Other Visualisation Tools

You may end using a variety of tools. Go and explore these other tools to get a feel for what's possible.

Tableau is easy to use and let you explore your data in interesting ways. This video shows how to view a public data set of graffiti in New York within an interactive Tableau visualisation and is worth watching to get a feel for what is possible. Go watch this.

Infogr.am is a simple tool for creating data visualisations.

There are lots of visualisation types and visualisation tools at IBM's Many Eyes ( requires the latest Java which for me only works with Firefox ) and is worth exploring to discover what is possible.

If your dataset is large, or needs to integrate with a large dataset, then Google Fusion Tables can import Google Spreadsheets and show data in a number of visualisations. For example;


Google Fusion tables are a fantastic tool if you simply have a large dataset or you want to integrate the data you have a collected with a large dataset. Here is a quick tutorial to introduce you to how they can be used.

The Guardian has a guide to the free tools you can use for data journalism.

For those comfortable with Javascript and HTML you can create your own live and interactive visualisations that might have completely new approaches to presenting data. For example, take a look at these two interactive visualisations built using Javascript, the UK Government Daily spend and UK Government departmental spending.

Here are some examples of Javascript libraries built for visualisation.


Public Data Sets

In many circumstances, often if collecting geographical data, there are cases when you might want to consider integrating the data you collect, with larger or more complete datasets. There are many datasets worth exploring to see if they can contribute to your visualisation.


Note: Google Refine is a geeky but hugely essential tool that helps to clean your data if it is very messy and unregular.

Comments

  1. Well thought content impressed me! I am glad to check out sharing information and accordingly meet with the demands. virtual business assistant

    ReplyDelete

Post a Comment

Popular posts from this blog

Writing a Simple QR Code Stock Control Spreadsheet

At Theatre, Film & TV they have lots of equipment they loan to students, cameras, microphone, tripod etc. Keeping track of what goes out and what comes back is a difficult job. I have seen a few other departments struggling with the similar "equipment inventory" problems. A solution I have prototyped uses QR codes, a Google Spreadsheet and a small web application written in Apps Script. The idea is, that each piece of equipment ( or maybe collection of items ) has a QR code on it. Using a standard and free smartphone application to read QR codes, the technician swipes the item and is shown a screen that lets them either check the item out or return it. The QR app looks like this. The spreadsheet contains a list of cameras. It has links to images and uses Google Visualisation tools to generate its QR codes. The spreadsheet looks like this. The Web Application The web application, which only checks items in or out and should be used on a phone in conjunctio

Inserting A Google Doc link into a Google Spreadsheet (UPDATED 6/12/2017)

This article looks at using Apps Script to add new features to a Google Spreadsheet. At the University of York, various people have been using Google spreadsheets to collect together various project related information. We've found that when collecting lots of different collaborative information from lots of different people that a spreadsheet can work much better than a regular Google Form. Spreadsheets can be better than Forms for data collection because: The spreadsheet data saves as you are editing. If you want to fill in half the data and come back later, your data will still be there. The data in a spreadsheet is versioned, so you can see who added what and when and undo it if necessary The commenting features are brilliant - especially the "Resolve" button in comments. One feature we needed was to be able to "attach" Google Docs to certain cells in a spreadsheet. It's easy to just paste in a URL into a spreadsheet cell, but they can often

A Working Booking System In Google Sheets

Working with Andras Sztrokay we had another go at a booking system. This time it was to enable staff to book out a number of iPads over a number of days. You select the days you want, then select the Booking menu. Andras did an amazing job. It even creates a daily bookings sheet so you can see who has which iPads. To see this in action, go  here  and  File > Make a Copy (I won't be able to support you this is just provided to maybe give someone else a leg up, good luck!)