hvPlot.rgb#
- hvPlot.rgb(x=None, y=None, z=None, bands=None, **kwds)[source]#
RGB plot
rgb can be used to display images that are distributed as three separate “channels” or “bands”.
Reference: https://hvplot.holoviz.org/reference/xarray/rgb.html
- Parameters:
- xstring, optional
The coordinate variable along the x-axis
- ystring, optional
The coordinate variable along the y-axis
- bandsstring, optional
The coordinate variable to draw the RGB channels from
- zstring, optional
The data variable to plot
- **kwdsoptional
Additional keywords arguments are documented in hvplot.help(‘rgb’). See Plotting Options for more information.
- Returns:
holoviews.element.RGB
/ Panel objectYou can print the object to study its composition and run:
import holoviews as hv hv.help(the_holoviews_object)
to learn more about its parameters and options.
References
Backend-specific styling options#
alpha, muted, visible
alpha, filterrad, interpolation, visible
Examples#
TBD
This web page was generated from a Jupyter notebook and not all
interactivity will work on this website.