How to draw a pie chart in a map?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Zijia Zheng
el 10 de En. de 2020
Comentada: Hongyun
el 28 de Jul. de 2024
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 comentario
Respuesta aceptada
Meg Noah
el 10 de En. de 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 comentarios
Meg Noah
el 4 de Mzo. de 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
el 7 de Mzo. de 2021
Hello Meg Noah thank you very much for your help I have solved my problem now.
Más respuestas (0)
Ver también
Categorías
Más información sobre Pie Charts en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!