I am using geoaxes('Basemap','none') but my geoscatter plots continue to show a basemap.
1 回表示 (過去 30 日間)
古いコメントを表示
Jan Garmany
2019 年 12 月 11 日
コメント済み: Jan Garmany
2019 年 12 月 18 日
Is there a setup problem? Am I missing something? The basemap appears to be streets-light.
1 件のコメント
Sahithi Kanumarlapudi
2019 年 12 月 16 日
Could you provide information on what version of MATLAB you are using
採用された回答
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
2019 年 12 月 16 日
1 件のコメント
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
参考
カテゴリ
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!