필터 지우기
필터 지우기

How to remove the textbox on geoplot()?

조회 수: 16 (최근 30일)
Akash
Akash 2023년 9월 28일
편집: Akash 2023년 9월 28일
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

답변 (2개)

Dyuman Joshi
Dyuman Joshi 2023년 9월 28일
편집: Dyuman Joshi 2023년 9월 28일
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
Akash
Akash 2023년 9월 28일
편집: Akash 2023년 9월 28일
Thanks for your explanation and sharing the link!

댓글을 달려면 로그인하십시오.


Pratyush
Pratyush 2023년 9월 28일
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'));

카테고리

Help CenterFile Exchange에서 Geographic Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by