Jagged lines in scatter plot
    10 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
See image. The edges are jagged. How can I solve this?
figure
hold all
for i = 1:50
    scatter(rand(1).*10,rand(1)*10,400,[0 0 0],'linewidth',rand(1).*10)
end
hold off
axis equal

MatLab 2014b Windows 8.1 Pro AMD Radeon R7 M260
0 comentarios
Ver también
Categorías
				Más información sobre Graphics Performance 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!

