How to draw a pie chart in a map?
9 views (last 30 days)
Show older comments
Hello! I want to ask how to draw some pie charts in a map by using the m_map package? And move the pie charts to the corresponding latitude and longitude position? Thanks!
1 Comment
Accepted Answer
Meg Noah
on 10 Jan 2020
I downloaded the package and then modified the m_ellipse.m program in that package to create a new m_piechart.m that produces this map. The .m files are attached.
8 Comments
Meg Noah
on 4 Mar 2021
I haven't tried this but... in the test line
[h]=m_piechart(X,XColor,-75,50,10000,10000,0,2,[],'patch');
change the penultimate value of [] (default scale value is 1) to a value less than 1. Make it 1/2 or 1/10. Then if that works to reduce the size, take a guess-check-and-revise strategy to visually find the appealing size of the pie.
Arnaud KOUEKAM KENGAP
on 7 Mar 2021
Hello Meg Noah thank you very much for your help I have solved my problem now.
More Answers (0)
See Also
Categories
Find more on Pie Charts 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!