hvplot.output#
- class hvplot.output(*args, **params)[source]#
Helper used to set HoloViews display options. Arguments are supplied as a series of keywords in any order:
backend : The backend used by HoloViews fig : The static figure format holomap : The display type for holomaps widgets : The widget mode for widgets fps : The frames per second used for animations max_frames : The max number of frames rendered (default 500) size : The percentage size of displayed output dpi : The rendered dpi of the figure filename : The filename of the saved output, if any (default None) info : The information to page about the displayed objects (default False) css : Optional css style attributes to apply to the figure image tag widget_location : The position of the widgets relative to the plot
Methods
__call__
(*args, **options)Call self as a function.
info
Parameter Definitions
- __init__(*, fig, holomap, widgets, fps, max_frames, size, dpi, filename, info, css, widget_location)[source]#
Methods
__init__
(*, fig, holomap, widgets, fps, ...)info
()instance
(**params)Return an instance of this class, copying parameters from any existing instance provided.
Attributes
name
param