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

4 visualizzazioni (ultimi 30 giorni)
Is there a setup problem? Am I missing something? The basemap appears to be streets-light.

Risposta accettata

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi il 18 Dic 2019
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

Più risposte (3)

Jan Garmany
Jan Garmany il 16 Dic 2019
2019b

Jan Garmany
Jan Garmany il 16 Dic 2019
More completely, MATLAB Version: 9.7.0.1190202 (R2019b)

Jan Garmany
Jan Garmany il 17 Dic 2019
>> 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
>>

Categorie

Scopri di più su Geographic Plots in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by