lava / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
4.38k stars 1.13k forks source link

added scatter with colors #252

Closed kesha787898 closed 3 years ago

lava commented 3 years ago

Thanks for contributing!

I just merged this, but I had to rename the function to scatter_colored() because it had the same signature as the scatter() for 3d points.