Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
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
When number of possible elements in xtick value is 15, it is able to plot properly:
When the number of possible elements is 16, then the naming for xticklabels will break: