# hvPlotの使い方 ```python import hvplot.pandas # noqa data.hvplot.scatter(x="X軸", y="Y軸", by="グループ名") ``` ```{toctree} --- maxdepth: 1 --- hvplot-install hvplot-extension hvplot-pandas hvplot-hist hvplot-bar hvplot-scatter hvplot-errorbars hvplot-scatter_matrix hvplot-lag_plot hvplot-options hvplot-save ``` ## リファレンス - [hvPlot - Holoviz.org](https://hvplot.holoviz.org/) - [holoviz/hvplot - GitHub](https://github.com/holoviz/hvplot)