Tag Archives: visualisation

Plot Lines In Folium

In this post I show you how to plot lines in Folium – the python module for plotting leaflet maps. Add PolyLine to Map Like ‘markers’, lines are added to folium map objects with the add_to() method where “points” is a list of tuples containing latitude and longitude information, and “my_map” is a folium map… Read More »

ggplot for Python

ggplot for Python The ggplot library for python unlocks much of the philosophy and pretty graphics of ggplot2 for R. Try it out and make your data look nicer. Bringing ggplot to Python One of the ‘killer apps’ of the statistics package R is ggplot2, a plotting library based on the book The Grammar of… Read More »