Problematic categorical inputs when using line or scatter plot
Afficher commentaires plus anciens
Hi
I'm having trouble getting the last group in my scatter/line plot (100-109) going to the last spot chronologically like it should be. My code is:
Age = {'0-9';'1-19';'20-29';'30-39';'40-49';'50-59';'60-69';'70-79';'80-89';'90-99';'100-109'};
age=categorical(Age)
line(age,HumanPopDataThursF183.VarName4,'Marker','o')
and the last group in the data set somehow becomes the third point on the graph:

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Scatter Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!