Borrar filtros
Borrar filtros

How to remove the textbox on geoplot()?

16 visualizaciones (últimos 30 días)
Akash
Akash el 28 de Sept. de 2023
Editada: Akash el 28 de Sept. de 2023
Hello,
I have attached a geoplot() figure and I am trying to remove the textbox in the bottom right corner ("Esri OpenStreetMap contributors, Here,Gramin...."). I kindly request your support in this regards.
Thank you

Respuestas (2)

Dyuman Joshi
Dyuman Joshi el 28 de Sept. de 2023
Editada: Dyuman Joshi el 28 de Sept. de 2023
You can not remove that particular textbox. That textbox is embedded in the geobasemaps that are provided by external sources, particularly Esri, which seems to be their watermark (for the lack of a better word).
You could use other geobasemaps or add a custom basemap, but depending upon the source, there might be a watermark as well.
  1 comentario
Akash
Akash el 28 de Sept. de 2023
Editada: Akash el 28 de Sept. de 2023
Thanks for your explanation and sharing the link!

Iniciar sesión para comentar.


Pratyush
Pratyush el 28 de Sept. de 2023
Hi Akash,
I understand you want to delete the footer note at the bottom left of the map image. It is not a textbox, it is the name of organizations related to mapping, geospatial data, and environmental information. It is embedded in the map data itself and can't be deleted. However, if you wish to delete a text from a figure, you can use the following command:
h = gcf;
delete(findobj(h, 'Type', 'text'));

Categorías

Más información sobre Geographic Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by