fix window size for circle plot?!
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Christian
 el 9 de En. de 2017
  
    
    
    
    
    Comentada: Christian
 el 15 de En. de 2017
            Hello everybody,
my script is fully working except for one detail. I have 3 subplots in one window. Two of them are perfect circles. After running the script I would like to pinch the figure window to fullsize, which unfortunately ruins those perfect circles. In fullsize the circles look more like ellipses.
Thank you Christian
0 comentarios
Respuesta aceptada
  Image Analyst
      
      
 el 9 de En. de 2017
        Try one of these:
axis square
axis equal
One of them should do what you want.
Más respuestas (1)
  Adam
      
      
 el 9 de En. de 2017
        doc axes properties
Take a look at the sections on:
DataAspectRatio
PlotBoxAspectRatio
I can't remember off the top of my head what settings you need, but these are the two settings that control the aspect ratio of the data and of the axes.
Ver también
Categorías
				Más información sobre Subplots en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


