Change background color of patternCustom figure.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
le_cakou
el 25 de Feb. de 2025
Comentada: Voss
el 25 de Feb. de 2025
Does anybody know how to change the background color for a figure produced with the patternCustom class? I do not see a field for it.
0 comentarios
Respuesta aceptada
Voss
el 25 de Feb. de 2025
helixdata = randn(1000,3);
h = patternCustom(helixdata(:,3),helixdata(:,2),helixdata(:,1))
fig = ancestor(h,'figure');
fig.Color = [0.85,0.55,0.85];
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion 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!


