matplotlibのカラーマップをmatplotlib.get_cmapで取得し、0~1の任意の位置の色情報を拾ってiRIC用のカラーマップ設定ファイルを作成できます。 clorname.csvおよびcolormap_setting_file_converter.pyではclorname ...
When looking for documentation on how to set colormaps, I usually find the following ways to set a colormap matplotlib.pyplot.copper() matplotlib.pyplot.set_cmap(matplotlib.colormap.copper) matplotlib ...