Skip to content
Bryan Van de Ven edited this page Jun 20, 2016 · 12 revisions

examples/app

Works

  • clustering
  • export_csv
  • fourier_animated [1]
  • movies [2]
  • ohlc [3]
  • selection_histogram [4]
  • simple_hdf5 [5]
  • stocks [6]
  • sliders.py
  • timeout.py [7]

Fails

  • crossfilter
  • surface3d
  • weather [8]
[1]

fourier_animated

  • excess minor ticks
  • legend can be improved now
  • "Glyph refers to nonexistent column name: x, y"
[2]

movies

title deprecation "Glyph refers to nonexistent column name: alpha"

[3]

ohlc

  • slight (1px?) junk top of left axes?
  • "Layout has no children: ToolbarBox"
[4]

selection_histogram

vertical histogram on right extends too far down

[5]

simple_hdf5

pretty ugly styling

[6]

stocks

  • <pre> box styling / scrollbars
  • title deprecation
[7]

timeout

  • could use explanation paragraph
  • "BokehDeprecationWarning: bokeh.document.add was deprecated in Bokeh 0.11.0"
[8]

weather

Error running application handler <bokeh.application.handlers.directory.DirectoryHandler object at 0x1071dc0f0>: cannot use a non-absolute DateOffset in datetime/timedelta operations [<DateOffset: kwds={'days': 0.5}>]
File "ops.py", line 377, in _convert_to_array:
for v in values[mask]]))) Traceback (most recent call last):
  File "/Users/bryan/work/bokeh/bokeh/application/handlers/code_runner.py", line 83, in run
    exec(self._code, module.__dict__)
  File "/Users/bryan/work/bokeh/examples/app/weather/main.py", line 85, in <module>
    source = get_dataset(df, cities[city]['airport'], distribution)
  File "/Users/bryan/work/bokeh/examples/app/weather/main.py", line 18, in get_dataset
    df['left'] = df.date - pd.DateOffset(days=0.5)
  File "/Users/bryan/anaconda/lib/python3.4/site-packages/pandas/core/ops.py", line 493, in wrapper
    time_converted = _TimeOp.maybe_convert_for_time_op(left, right, name)
  File "/Users/bryan/a`naconda/lib/python3.4/site-packages/pandas/core/ops.py", line 457, in maybe_convert_for_time_op
    return cls(left, right, name)
  File "/Users/bryan/anaconda/lib/python3.4/site-packages/pandas/core/ops.py", line 274, in __init__
    rvalues = self._convert_to_array(right, name=name, other=lvalues)
  File "/Users/bryan/anaconda/lib/python3.4/site-packages/pandas/core/ops.py", line 377, in _convert_to_array
    for v in values[mask]])))
TypeError: cannot use a non-absolute DateOffset in datetime/timedelta operations [<DateOffset: kwds={'days': 0.5}>]`

examples/charts/file

Works

  • area.py [9]
  • bar_multi.py [10]
  • boxplot_multi [11]
  • boxplot_single
  • chord_from_df.py
  • donut.py
  • donut_multi.py [12]
  • dots.py
  • dots_multi.py [13]
  • heat map.py [14]
  • histogram_multi.py [15]
  • histogram_single.py
  • horizon.py
  • horizon_folds.py
  • hover_span.py
  • iris_blend.py
  • iris_simple.py
  • line_multi.py [16]
  • line_single.py
  • palettes.py [17]
[9]

area.py

"bokeh.io.vplot was deprecated"

[10]

bar_multi.py

"'title_text_font_size' was deprecated in"

[11]

boxplot_multi.py

"'title_text_font_size' was deprecated in"

[12]

donut_multi.py

"bokeh.io.vplot was deprecated"

[13]

dots_multi.py

  • "title_text_font_size' was deprecated"
  • "bokeh.io.vplot was deprecated"
[14]

heatmap.py

  • Chart property sort_legend was deprecated
  • "bokeh.io.vplot was deprecated"
[15]

histogram_multi.py

"bokeh.io.vplot was deprecated"

[16]

hover_span.py

"bokeh.io.vplot was deprecated"

[17]

line_multi.py

  • "'title_text_font_size' was deprecated "
  • "bokeh.io.hplot was deprecated"
[18]

palettes.py

  • "Layout has no children: ToolbarBox"
  • slightly slow to load

examples/compat

ALL examples work sufficiently, but notes:

  • title deprecations
  • saying very ugly (dark grid lines especially)