How to change the colorbar label distance
    11 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Eryang Wang
 il 21 Set 2023
  
    
    
    
    
    Commentato: Eryang Wang
 il 21 Set 2023
            Hello everyone,
how can I change the label distance in the colorbar? Thanks!

0 Commenti
Risposta accettata
  Florian Bidaud
      
 il 21 Set 2023
        
      Modificato: Florian Bidaud
      
 il 21 Set 2023
  
      c = colorbar;
clim([84 100])
c.Ticks = [84:2:100];
c.TickLabels{1} = 0;
3 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Color and Styling in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

