Borrar filtros
Borrar filtros

How to use geoplot not to show right bottom annotation?

1 visualización (últimos 30 días)
Devendra
Devendra el 12 de Abr. de 2024
Respondida: Pratyush el 12 de Abr. de 2024
I am using following lines of matlab
GT = readgeotable("C:\Shape_India\india_state_geo.shp");
GT.Shape
figure
geoplot(GT,'facecolor', 'none')
However, it is printing some annotations on right bottom corner of figure. I want plot without these annotation. I am attaching the figure also. Please suggest me how to do it.
Deva

Respuestas (2)

Dinesh
Dinesh el 12 de Abr. de 2024
Hello,
It's not possible to eliminate the specific annotation that you mentioned. This is integrated into the geobasemaps, which come from external providers, notably Esri (https://www.esri.com/en-us/about/about-esri/company), and appears to serve as their watermark (to use a term somewhat imprecisely).
You have the option to switch to different geobasemaps or incorporate a custom basemap (https://www.mathworks.com/help/map/ref/addcustombasemap.html). However, be aware that depending on the provider, a watermark might still be present.

Pratyush
Pratyush el 12 de Abr. de 2024
Hi Devendra,
You cannot delete that text box.
You can refer to this MATLAB answer link for more details:

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by