I am using geoaxes('B​asemap','n​one') but my geoscatter plots continue to show a basemap.

조회 수: 4 (최근 30일)
Is there a setup problem? Am I missing something? The basemap appears to be streets-light.

채택된 답변

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2019년 12월 18일
Hi,
If you would like to customize the geographic axes containing your scatter object, it is recommended to obtain the object's parent, geoAxes = scatterPlot.Parent and modify its properties. In your case you could do that using the following
1.) Remove the forth line from your code
2.) Do the following at line 30
geoscatter(y,x,1,'w');
geobasemap none

추가 답변 (3개)

Jan Garmany
Jan Garmany 2019년 12월 16일
2019b
  댓글 수: 1
Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2019년 12월 17일
I was unable to reproduce this issue on my machine. Could you provide the snippet so that I can have a look into it

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


Jan Garmany
Jan Garmany 2019년 12월 16일
More completely, MATLAB Version: 9.7.0.1190202 (R2019b)

Jan Garmany
Jan Garmany 2019년 12월 17일
>> load('canada4.mat') % load save file containing groups, locations and ages
>> nxt=[w age]; % juxtapose locations and data
>> showsel(canada4,nxt(:,1),nxt(:,2),nxt(:,3)); % execute
>>

카테고리

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