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

1 回表示 (過去 30 日間)
Is there a setup problem? Am I missing something? The basemap appears to be streets-light.
  1 件のコメント
Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2019 年 12 月 16 日
Could you provide information on what version of MATLAB you are using

サインインしてコメントする。

採用された回答

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 Center および File ExchangeGeographic Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by