Display colorbar label horizontally and specify its position
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Viesturs Veckalns
el 24 de Oct. de 2017
In this example
figure;
[x, y, z] = sphere;
surf(x, y, z);
c = colorbar;
c.Label.String = 'Z';

I would like the colorbar label to be displayed vertically and in the top right corner off the colorbar. How can I do it?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh 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!