Problematic categorical inputs when using line or scatter plot
Show older comments
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:

Accepted Answer
More Answers (0)
Categories
Find more on Scatter Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!