hvplot.help#

hvplot.help(kind=None, docstring=True, generic=True, style=True)[source]#

Print a docstring with all valid options which apply to the plot type.

Parameters:
kind: str, optional

The kind of plot to provide help for.

docstring: boolean, default=True

Whether to display the docstring.

generic: boolean, default=True

Whether to provide list of generic options.

style: str or boolean, default=True

Plotting backend used to get the styling options. True by default to automatically infer it based on the loaded extension.

Examples

>>> import hvplot
>>> hvplot.help('line')