holoviews.plotting.bokeh.tabular module#
- class holoviews.plotting.bokeh.tabular.TablePlot(element, plot=None, **params)[source]#
Bases:
BokehPlot
,GenericElementPlot
Parameter Definitions
Parameters inherited from:
holoviews.plotting.plot.DimensionedPlot
: fontsize, fontscale, show_title, normalize, projectionholoviews.plotting.plot.GenericElementPlot
: apply_ranges, apply_extents, bgcolor, default_span, invert_axes, invert_xaxis, invert_yaxis, logx, logy, padding, show_legend, show_grid, xaxis, yaxis, xlabel, ylabel, xlim, ylim, zlim, xrotation, yrotation, xticks, yticksholoviews.plotting.bokeh.plot.BokehPlot
: title, shared_datasource, title_format, toolbarhooks = HookList(bounds=(0, None), default=[], label='Hooks')
Optional list of hooks called when finalizing a plot. The hook is passed the plot object and the displayed element, and other plotting handles can be accessed via plot.handles.
width = Number(bounds=(0, None), default=400, inclusive_bounds=(True, True), label='Width')
The width of the component (in pixels). This can be either fixed or preferred width, depending on width sizing policy.
height = Number(bounds=(0, None), default=300, inclusive_bounds=(True, True), label='Height')
The height of the component (in pixels). This can be either fixed or preferred height, depending on height sizing policy.
selected = List(allow_None=True, bounds=(0, None), label='Selected')
The current selection as a list of integers corresponding to the selected items.
- get_data(element, ranges, style)[source]#
Returns the data from an element in the appropriate format for initializing or updating a ColumnDataSource and a dictionary which maps the expected keywords arguments of a glyph to the column in the datasource.
- initialize_plot(ranges=None, plot=None, plots=None, source=None)[source]#
Initializes a new plot object with the last available frame.
- selection_display = <holoviews.plotting.bokeh.selection.TabularSelectionDisplay object>#