This package can let users use cv's built-in colormap in matplotlib, or use matplotlib's colormap in cv. To use an OpenCV colormap (e.g., jet) in a Matplotlib plot, use get_mpl_colormaps. This ...
According to matplotlib issue #20853 the interface for colormaps in matplotlib (mpl) changes. Method mpl.cm.get_cmap('name') is deprecated in version 3.7 and will be removed in version 3.9, probably ...
違いを簡単にまとめておこうと思います。 pandas matplotlib DataFrameのあとに"."をつけて使う。e.g. df.plot "index"がX軸として扱われる。 "figsize"でFigureのSizeを指定できる。e.g. figsize= (10,5) "grid"でグリッド表示の有無を指定できる。e.g. grid=True ...