alandefreitas / matplotplusplus

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

Issue With polarscatter #375

Open OlClown opened 8 months ago

OlClown commented 8 months ago

Bug category

Describe the bug

It seems if you pass polarscatter() anything meant to affect size and color of the points, the plot comes up empty. This issue is even recorded in the documentation for this library so I am not sure how this has been missed. Perhaps I am the one missing something Steps to Reproduce

Just execute "example_polarscatter_2" project or any of the other projects that involve setting the color or size of the plotted points. Here is the a snip from the documentation it illustrates the issue: image

Platform