I’m trying to generate a Bar Chart in which X-Axis is Categorical. I’ve set xaxis_type
to 'category'
, but plotting does not show all X Labels. How could I fix it?
Yes, X are unordered because, as I’ve said, they are naming different buildings, so they are not numbers, but names (categorical data).