エラーバーしたい(hvplot.errorbars

1import hvplot.pandas
2data.hvplot.scatter(x="Xの値", y="Yの値") * data.hvplot.errorbars(y="Yの値", yerr1="Yの誤差)

ベースとなる図にエラーバー付きの図を重ね書きします。

リファレンス