How to change the style of grid border?
2 次查看(过去 30 天)
显示 更早的评论
Hi everyone. Can anyone help me to change the style of grid border/edges black and white? The example of the border is attached.![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/286307/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/286307/image.jpeg)
Together I attached example of the script
latlim = [0 40];
lonlim = [85 139];
coast = shaperead('landareas.shp','UseGeoCoords',true);
coast.Geometry
worldmap(latlim,lonlim);
geoshow(coast,'FaceAlpha', 0.3, 'FaceColor','black');
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Title 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!