holoviews.plotting.plotly.annotation module#

class holoviews.plotting.plotly.annotation.LabelPlot(element, plot=None, **params)[source]#

Bases: ScatterPlot

Parameter Definitions


Parameters inherited from:

holoviews.plotting.plot.DimensionedPlot: fontsize, fontscale, show_title, title, normalize, projection

holoviews.plotting.plot.GenericElementPlot: apply_ranges, apply_extents, default_span, hooks, padding, show_grid, xlabel, ylabel, xlim, ylim, zlim, xrotation, yrotation

holoviews.plotting.plotly.plot.PlotlyPlot: width, height

holoviews.plotting.plotly.element.ElementPlot: bgcolor, invert_axes, invert_xaxis, invert_yaxis, logx, logy, show_legend, xaxis, yaxis, xticks, yticks, aspect, invert_zaxis, labelled, logz, margins, responsive, zlabel, zticks

holoviews.plotting.plotly.element.ColorbarPlot: clim, clim_percentile, colorbar, color_levels, colorbar_opts, symmetric

holoviews.plotting.plotly.chart.ScatterPlot: color_index

xoffset = Number(allow_None=True, inclusive_bounds=(True, True), label='Xoffset')

Amount of offset to apply to labels along x-axis.

yoffset = Number(allow_None=True, inclusive_bounds=(True, True), label='Yoffset')

Amount of offset to apply to labels along x-axis.