/tests/one.py
http://github.com/pzwang/Bokeh · Python · 10 lines · 5 code · 5 blank · 0 comment · 0 complexity · bf5531a2cd481d7a4dba166939041564 MD5 · raw file
- import pandas
- import bokeh
- from bokeh.functional import *
- df = pandas.read_csv("auto-mpg.csv")
- ggplot(df, aes("displ", "mpg")) + geom_point()