How to change the colorbar label distance
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Eryang Wang
el 21 de Sept. de 2023
Comentada: Eryang Wang
el 21 de Sept. de 2023
Hello everyone,
how can I change the label distance in the colorbar? Thanks!
0 comentarios
Respuesta aceptada
Florian Bidaud
el 21 de Sept. de 2023
Editada: Florian Bidaud
el 21 de Sept. de 2023
c = colorbar;
clim([84 100])
c.Ticks = [84:2:100];
c.TickLabels{1} = 0;
3 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Colormaps 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!