Skip to content

mdh266/IntroToBokeh

Repository files navigation

A Quick Intro To Interactive Visualizations With Bokeh

Introduction

The purpose of this blog post is to go over some of the basics of plotting with Bokeh. Bokeh is a Python library that generates interactive visualizations with ease and also can handle very large or streaming datasets. This is important because Matplotlib and Seaborn will often fail if the datasets one is working with becomes too large.

We will be using geospatial data with the end goal of making an interactive plot of the Chicago "L" stations. Therefore we will also make use of the GeoPandas library which extends the power of Pandas to geospatial data analysis. A static image of the final results are shown below,

"Chicago L"

Requirements

  1. Python (2.7)
  2. Jupyter Notebook
  3. Matplotlib
  4. GeoPandas
  5. Bokeh

About

A Quick Intro To Interactive Visualizations With Bokeh

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published