Tagged: Data visualisation

A simple plot with Python and Bokeh

Python is a simple but powerful language, and comes with a wealth of libraries. The chart above took just 9 lines of Python. All the hard work is done by the Bokeh library. It...

Sample chart

Retrieve and display a data set

(First part of the “Practical Python in 10 lines or less” series) Python is a simple but powerful language, and comes with a wealth of libraries. The chart above took just 10 lines of...