Skip to content

Commit 1ad5127

Browse files
committed
fixup! Add a placeholder for bokeh engine
1 parent 101973b commit 1ad5127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/plotting/_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2913,3 +2913,5 @@ def hexbin(self, x, y, C=None, reduce_C_function=None, gridsize=None,
29132913

29142914
base.register_engine("matplotlib", 'series', MPLSeriesPlotMethods)
29152915
base.register_engine("matplotlib", 'frame', MPLFramePlotMethods)
2916+
2917+
base.register_engine('bokeh', 'series', BokehSeriesPlotMethods)

0 commit comments

Comments
 (0)