d1713f4e92ec944246388c44fdd2b74675a103c0,examples/charts/file/boxplot.py,,,#,9

Before Change


df = pd.io.json.json_normalize(data["data"])

// filter by countries with at least one medal and sort
df = df[df["medals.total"] > 0]
df = df.sort("medals.total", ascending=False)

// get the countries and group the data by medal type
countries = df.abbr.values.tolist()

After Change


output_file("bar.html")

show(
    vplot(
        hplot(bar_plot)
    )
)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: bokeh/bokeh
Commit Name: d1713f4e92ec944246388c44fdd2b74675a103c0
Time: 2015-09-04
Author: nroth@dealnews.com
File Name: examples/charts/file/boxplot.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: bcb6cc85591eb55cf97c7347dc9ecbf818157659
Time: 2015-12-22
Author: bryanv@continuum.io
File Name: examples/plotting/file/clustering.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: 5fcb0a09c968c82073f2326a68ec7001d03bea82
Time: 2015-09-07
Author: nroth@dealnews.com
File Name: examples/charts/file/histograms.py
Class Name:
Method Name: