/bokeh_introduction

Introduction to Python Bokeh visualization library

Primary LanguagePython

Bokeh interactive plots examples

This project presents different bokeh plots in python. Bokeh is a Python interactive visualization library where plots are rendered on the client side.

More examples: http://bokeh.pydata.org/en/latest/

List of examples:

  • Iris dataset scatter plot
  • log-log line plots for different functions
  • Interactive linked plots - changes on one plots are shown on another
  • Stock closing prices for Apple, IBM, Microsoft, Google from http://ichart.yahoo.com
  • Moving average for stock prices

Grab the code: