matplotlibのカラーマップをmatplotlib.get_cmapで取得し、0~1の任意の位置の色情報を拾ってiRIC用のカラーマップ設定ファイルを作成できます。 clorname.csvおよびcolormap_setting_file_converter.pyではclorname.csvにカラーマップの名前のみ記載し、分割数は一括で設定します。
When using xarray.hvplot.quadmesh, I'm unable to use a a custom LinearSegmentedColormap unless I register it with with matplotlib and call it that way. I'm able to use a custom registered matplotlib ...
違いを簡単にまとめておこうと思います。 pandas matplotlib DataFrameのあとに"."をつけて使う。e.g. df.plot "index"がX軸として扱われる。 "figsize"でFigureのSizeを指定できる。e.g. figsize= (10,5) "grid"でグリッド表示の有無を指定できる。e.g. grid=True ...