disable border blue in scatter plot
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm building a scatter plot and I would that some points in the plot should be red.
scatter(nodes(:,2),nodes(:,3),'filled');
hold on;
scatter(heads(:,2),heads(:,3),'^','markerfacecolor','red');
unfortunately if they are red they have still the border blu.How can I delete the blue border?
0 comentarios
Respuesta aceptada
Robert Cumming
el 26 de Sept. de 2012
you also need to set the markeredgecolour property
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Scatter Plots 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!