How to draw a pie chart in a map?

7 visualizaciones (últimos 30 días)
Zijia Zheng
Zijia Zheng el 10 de En. de 2020
Comentada: Arnaud KOUEKAM KENGAP el 7 de Mzo. de 2021
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!

Respuesta aceptada

Meg Noah
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.
piechartOnMap.png
  8 comentarios
Meg Noah
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
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Pie Charts en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by