Setting certain edges of a graph a different color

2 visualizaciones (últimos 30 días)
Jose Grimaldo
Jose Grimaldo el 15 de Abr. de 2020
Respondida: dpb el 16 de Abr. de 2020
Can someone show me (if possible) to change a certain edge(s) of a graph to color white like the example graph below.

Respuestas (1)

dpb
dpb el 16 de Abr. de 2020
You mean like the following:
subplot(2,1,1)
plot(rand(10,1))
title('default -- top/bottom outlined w/ box on')
subplot(2,1,2)
plot(rand(10,1))
box off
title('no box -- top/bottom not outlined')

Categorías

Más información sobre Specifying Target for Graphics Output 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