How can I indicate varying population level using colour across an area in the UK?

조회 수: 1 (최근 30일)
I have got a data file containing the coordiates of a number of location(x,y) in an area and its corresponding average population number associated with that location. I want to plot those locations on a 2D figure in dots, and present its corresponding average population number across the area in different colours (the dots will be in different colours depending on the population level). So for example, if location 1 has higher population number than location 2, a darker colour dot will be used to represent that location.
Here is an example of the data =
[447830 1141252 14.65;
447867 1141189 32.34;
448020 1141090 16.76];
first column is location x (east), second coloumn is location y (north), and third column the average population number for that particular location.
Thank you very much!

답변 (1개)

Sachin Ganjare
Sachin Ganjare 2012년 10월 17일
Refer below link:
This will help you plot data on UK map.
Hope it helps!!!
  댓글 수: 1
Nancy
Nancy 2012년 10월 17일
Hi I want to use different colours to represent the different values. How can I use this method to perform the task? Could you explain further please? Thanks

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spline Postprocessing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by