Borrar filtros
Borrar filtros

disable border blue in scatter plot

10 visualizaciones (últimos 30 días)
Salvatore Mazzarino
Salvatore Mazzarino el 26 de Sept. de 2012
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?

Respuesta aceptada

Robert Cumming
Robert Cumming el 26 de Sept. de 2012
you also need to set the markeredgecolour property
  2 comentarios
Salvatore Mazzarino
Salvatore Mazzarino el 26 de Sept. de 2012
I add markeredgecolour
scatter(heads(:,2),heads(:,3),'^','markerfacecolor','red','markeredgecolour','red');
I got an error
Salvatore Mazzarino
Salvatore Mazzarino el 26 de Sept. de 2012
ok now work...it was markeredgecolor

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by