How to use geoplot not to show right bottom annotation?
조회 수: 4 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (2개)
Dinesh
2024년 4월 12일
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).
Documentation link for geoplot: https://www.mathworks.com/help/matlab/ref/geoplot.html
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.
댓글 수: 0
Pratyush
2024년 4월 12일
Hi Devendra,
You cannot delete that text box.
You can refer to this MATLAB answer link for more details:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Geographic Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!