alandefreitas / matplotplusplus

Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
https://alandefreitas.github.io/matplotplusplus/
MIT License
4.11k stars 313 forks source link

'imagesc' support colormap like Matlab #266

Closed diverger closed 2 years ago

diverger commented 2 years ago

It seems the 'imagesc' function won't support colormap.

alandefreitas commented 2 years ago

This?

https://alandefreitas.github.io/matplotplusplus/plot-types/images/image-matrix/

diverger commented 2 years ago

This

https://alandefreitas.github.io/matplotplusplus/plot-types/images/scaled-image/

It works.

diverger commented 2 years ago

I tried this

https://alandefreitas.github.io/matplotplusplus/plot-types/images/scaled-image/

And it works.