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 ...
matplotlib is probably the single most used Python package for 2D-graphics. It provides both a very quick way to visualize data from Python and publication-quality figures in many formats. We are ...