How to change the color of shapefile in pcolor plot

32 次查看(过去 30 天)
I have a pcolor global plot over which i have imposed a worldcoastal shapefile. However, i wish to change the default color from blue to black.

采纳的回答

DGM
DGM 2024-7-20,12:22
移动:Voss 2024-7-20,17:50
If you're using geoshow(), then you should be able to set the relevant properties of the object being created (e.g. the 'color' property of a line object)
  1 个评论
Muskula
Muskula 2024-7-20,17:38
移动:Voss 2024-7-20,17:50
Thank you!
Used this geoshow("worldcoastline.shp",Color=[0 0 0]), the issue is solved now

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by