I am using geoaxes('Basemap','none') but my geoscatter plots continue to show a basemap.
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Jan Garmany
 el 11 de Dic. de 2019
  
    
    
    
    
    Comentada: Jan Garmany
 el 18 de Dic. de 2019
            Is there a setup problem?  Am I missing something? The basemap appears to be streets-light.
1 comentario
  Sahithi Kanumarlapudi
    
 el 16 de Dic. de 2019
				Could you provide information on what version of MATLAB you are using
Respuesta aceptada
  Sahithi Kanumarlapudi
    
 el 18 de Dic. de 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
Más respuestas (3)
  Jan Garmany
 el 16 de Dic. de 2019
        1 comentario
  Sahithi Kanumarlapudi
    
 el 17 de Dic. de 2019
				I was unable to reproduce this issue on my machine. Could you provide the snippet so that I can have a look into it
Ver también
Categorías
				Más información sobre Geographic Plots en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

