/tests/one.py

http://github.com/pzwang/Bokeh · Python · 10 lines · 5 code · 5 blank · 0 comment · 0 complexity · bf5531a2cd481d7a4dba166939041564 MD5 · raw file

  1. import pandas
  2. import bokeh
  3. from bokeh.functional import *
  4. df = pandas.read_csv("auto-mpg.csv")
  5. ggplot(df, aes("displ", "mpg")) + geom_point()