We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bokeh
1 parent 101973b commit 1ad5127Copy full SHA for 1ad5127
pandas/plotting/_core.py
@@ -2913,3 +2913,5 @@ def hexbin(self, x, y, C=None, reduce_C_function=None, gridsize=None,
2913
2914
base.register_engine("matplotlib", 'series', MPLSeriesPlotMethods)
2915
base.register_engine("matplotlib", 'frame', MPLFramePlotMethods)
2916
+
2917
+base.register_engine('bokeh', 'series', BokehSeriesPlotMethods)
0 commit comments