cd7a039d4c87544e19802643e08564a0fb954dac,examples/charts/file/stacked_bar.py,,,#,8

Before Change



output_file("stacked_bar.html")

bar = Bar(medals, countries, title="Stacked bars", stacked=True)

show(bar)

After Change


          values=blend("bronze", "silver", "gold", name="medals", labels_name="medal"),
          label=cat(columns="abbr", sort=False),
          stack=cat(columns="medal", sort=False),
          color=color(columns="medal", palette=["SaddleBrown", "Silver", "Goldenrod"],
                      sort=False),
          legend="top_right",
          title="Stacked bars")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: bokeh/bokeh
Commit Name: cd7a039d4c87544e19802643e08564a0fb954dac
Time: 2015-10-13
Author: nlr06886@gmail.com
File Name: examples/charts/file/stacked_bar.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: b5a69821e56d0e3d7f6faa0fd5f192a528de312d
Time: 2016-01-24
Author: bcollins@continuum.io
File Name: examples/app/crossfilter/main.py
Class Name: PlotView
Method Name: update


Project Name: bokeh/bokeh
Commit Name: f9e59e511e5b578d05f1a18b3001d9bcb24c7617
Time: 2016-01-05
Author: bcollins@continuum.io
File Name: examples/app/crossfilter/main.py
Class Name: PlotView
Method Name: create_children