How to change the color of shapefile in pcolor plot

2 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

DGM
DGM il 20 Lug 2024
Spostato: Voss il 20 Lug 2024
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 Commento
Muskula
Muskula il 20 Lug 2024
Spostato: Voss il 20 Lug 2024
Thank you!
Used this geoshow("worldcoastline.shp",Color=[0 0 0]), the issue is solved now

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Lighting, Transparency, and Shading in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by