Is it possible to draw a 3D choropleth (heatmap) Map in Matlab?

3 ビュー (過去 30 日間)
Hawre Jalal
Hawre Jalal 2017 年 7 月 27 日
コメント済み: Chad Greene 2017 年 7 月 31 日
Choropleth graphs are very useful to show multi-dimensional data. I can produce them in GIS software, such as ArcGIS (see the picture below from an online resource), but I need to plot a large number of these and I was hoping to use Matlab to automate the process. I am familiar with programming in Matlab, but have just started to use the Mapping toolbox. So, I am just wondering if someone has any tips that will help to produce these maps in Matlab.
Thanks
  1 件のコメント
Chad Greene
Chad Greene 2017 年 7 月 31 日
I would say simply don't make a 3D map like this, and I'm pretty sure Edward Tufte would agree.
In your example, the variable is represented redundantly by color and height. Never let the dimensions of the data display exceed the dimensions of the data being plotted; here's why: The oblique view prevents us from directly comparing the heights of any two bars, and it also prevents us from measuring the distance or angle between locations. The lighting applied to those bars is slick, but it also means that the colors are inconsistently shaded, and thus the relationship between variable value and color is lost. The end effect is it doesn't show spatial relationships or the variable accurately.
For a variable that varies in 2D space, simply plot that variable in 2D space and use a perceptually uniform colormap.

サインインしてコメントする。

回答 (1 件)

Shruti Shivaramakrishnan
Shruti Shivaramakrishnan 2017 年 7 月 31 日
I believe that the following example link might be helpful in creating chloropleth graphs using the mapping toolbox: http://es.mathworks.com/examples/mapping/mw/map-ex88555438-create-choropleth-map-of-population-density
You could also look into thematic maps which is explained in the following link: http://www.mathworks.com/help/map/what-is-a-thematic-map.html;
Also, the following link can help you read the file in an appropriate format: https://www.mathworks.com/help/map/standard-file-formats.html

カテゴリ

Help Center および File ExchangeData Distribution Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by