KumaROOT Logo
  • はじめに

プログラミングしたい

  • コマンドの使い方
  • Gitの使い方
  • ROOTの使い方
  • Geant4の使い方
  • Pythonの使い方
  • NumPyの使い方
  • Pandasの使い方
  • Polarsの使い方
  • Matplotlibの使い方
  • Altairの使い方
  • Plotlyの使い方
  • hvPlotの使い方
    • インストールしたい(hvplot)
    • 描画パッケージを切り替えたい(hvplot.extension)
    • Pandasしたい(hvplot.pandas)
    • ヒストグラムしたい(hvplot.hist)
    • 棒グラフしたい(hvplot.bar)
    • 散布図したい(hvplot.scatter)
    • エラーバーしたい(hvplot.errorbars)
    • scatter matrixしたい(hvplot.scatter_matrix)
    • lag plotしたい(hvplot.lag_plot)
    • オプションしたい
    • 保存したい(hvplot.save)
    • リファレンス
  • streamlitの使い方
  • Rustの使い方
  • Google Apps Script の使い方
  • HTML / CSSの使い方
  • Docker の使い方

文書作成したい

  • LaTeXの使い方
  • Sphinxの使い方
  • Hugoの使い方
  • MySTの使い方
  • Typstの使い方
  • VS Codeの使い方
  • Emacsの使い方

未分類

  • ライブ配信
  • ガジェットの使い方
  • DaVinci Resolveの使い方
  • Raspberry Piの使い方
  • Red Pitayaの使い方
  • Windowsの使い方

用語集

  • 用語集
KumaROOT
  • hvPlotの使い方
  • View page source
Previous Next

hvPlotの使い方

1import hvplot.pandas    # noqa
2data.hvplot.scatter(x="X軸", y="Y軸", by="グループ名")
  • インストールしたい(hvplot)
  • 描画パッケージを切り替えたい(hvplot.extension)
  • Pandasしたい(hvplot.pandas)
  • ヒストグラムしたい(hvplot.hist)
  • 棒グラフしたい(hvplot.bar)
  • 散布図したい(hvplot.scatter)
  • エラーバーしたい(hvplot.errorbars)
  • scatter matrixしたい(hvplot.scatter_matrix)
  • lag plotしたい(hvplot.lag_plot)
  • オプションしたい
  • 保存したい(hvplot.save)

リファレンス

  • hvPlot - Holoviz.org

  • holoviz/hvplot - GitHub

Previous Next

© Copyright 2015 - 2025, Shota TAKAHASHI.

Built with Sphinx using a theme provided by Read the Docs.