Parameters and Values

what are the parameters and possible values for hvplot.points()

Mostly just x and y and these kwargs Customization — hvPlot 0.9.1 documentation

If you mean opts:

import holoviews as hv

hv.help(hv.Points)
1 Like