当前位置:网站首页>Learn matlab to draw geographical map, line scatter bubble density map
Learn matlab to draw geographical map, line scatter bubble density map
2022-07-29 04:47:00 【__ Meursault__】
1 To mark text([lat lon],'balabala')
2 Figure scope geolimits([lat1 lat2],[lon1 lon2])
3 Specific picture
3.1 Line diagram geoplot
If there are two points A(lat1 lon1) B(lat2 lon2)
geoplot([lat1 lat2 ],[lon1 lon2],'g-') %g- and plot equally Or draw the picture and then adjust
3.2 Scatter plot geoscatter
geoscatter(lat,lon,A,C,'^') A For each marked area ( In square pounds ) C For color ^ ( triangle ) Scatter graph
3.2 Bubble chart geobubble
Two methods of representation
text % Load vector eg:readtable('xxxx.xlsx')
1. geobubble(text,lat,lon,'SizeVariable','part3','ColorVariable','part4') The first variable is filled in text, Then write text The corresponding part inside

2. geobubble(text.lat,text.lon,text.part2) use text Add ‘ . ’ Indicates the corresponding part , For notes on both sides
gb.SizeLegendTitle = 'Max Height'; gb.ColorLegendTitle = 'Cause'

4 Density map geodensityplot
Similar to the above ,geodensitypltot(lat,lon,'FaceColor','interp') among facecolor You can adjust the graphic color , If you don't add that, the image is only displayed in the depth of one color , Plus, it looks better .
2020/9/16
The first article written , of no avail markdown Write , Play a game now , In order to remember some knowledge , A little bit. Come on
边栏推荐
- Webrtc realizes simple audio and video call function
- Pyqt5 learning pit encounter and pit drainage (1) unable to open designer.exe
- 钉钉对话框文子转换成图片 不能复制粘贴到文档上
- Introduction to auto.js script development
- Opencv environment construction
- Tower of Hanoi classic recursion problem (C language implementation)
- 谷歌浏览器 打开网页出现 out of memory
- Leetcode 763. partition labels divide alphabetic intervals (medium)
- [c language] PTA 7-49 have fun with numbers (partially correct)
- img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
猜你喜欢

GCC基础知识

Basic operation of queue

Record the Niua packaging deployment project

Use of construction methods

GCC Basics

Christmas tree web page and Christmas tree application

STL source code analysis (Hou Jie) notes -- Classification and testing of stl containers

On the use of pyscript (realizing office preview)

Star a pathfinding in LAYA

Data Lake: spark, a distributed open source processing engine
随机推荐
Basic operation of queue
谷歌浏览器 打开网页出现 out of memory
DASCTF2022.07赋能赛
Flutter实战-请求封装(二)之dio
Various configurations when pulsar starts the client (client, producer, consumer)
学术 | [LaTex]超详细Texlive2022+Tex Studio下载安装配置
The most complete NLP Chinese and English stop words list in the whole station (including punctuation marks, which can be copied directly)
Data Lake: spark, a distributed open source processing engine
MySQL - deep parsing of MySQL index data structure
Use of construction methods
Whether the modification of import and export values by ES6 and commonjs affects the original module
Log configuration logback
[c language] PTA 7-50 output Fahrenheit Celsius temperature conversion table
There are objections and puzzles about joinpoint in afterreturning notice (I hope someone will leave a message)
央企建筑企业数字化转型核心特征是什么?
Post export data, return
TypeError: Cannot read properties of undefined (reading ‘then‘)
SGuard64.exe ACE-Guard Client EXE:造成磁盘经常读写,游戏卡顿,及解决方案
Classes and objects (III)
Configure st-gcn environment record [Google lab]