how to fill geographic plot region with specific color?
35 次查看(过去 30 天)
显示 更早的评论
I am using a circle to plot potential threat in geographic plot and i have all latitude and longitudes of circular region. I am using geoplot to plot a circle.
geoplot(lat_th,lon_th,"or")
Now i want to fill this circle with a specific colour. How can i fill this circular region?
0 个评论
采纳的回答
Chad Greene
2021-3-2
To fill the circle, check out the markerfacecolor option in the documentation for geoplot. Alternatively, you may prefer the geoscatter function.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Geographic Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!