# scatter matrixしたい(``hvplot.scatter_matrix``) ```python hvplot.scatter_matrix(data) ``` ``hvplot.scatter_matrix``で散布図行列(scatter matrix)を作成できます。 複数の測定変数の関係を、いちどに確認したいときに便利です。