alandefreitas / matplotplusplus

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

If the xticklabels size is more than 15, it would change the xticklabels from std::vector<std::string> to the enumerated number #426

Open NelsenEW opened 2 months ago

NelsenEW commented 2 months ago

When number of possible elements in xtick value is 15, it is able to plot properly:

image

When the number of possible elements is 16, then the naming for xticklabels will break: image