Removing space between the axis
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Khang Nguyen
 il 19 Mag 2019
  
    
    
    
    
    Modificato: KALYAN ACHARJYA
      
      
 il 19 Mag 2019
            
Hey everyone,
How can I remove the space between the y axis. As it is 0 0.5 1 1.5 2 2.5 3 .... , i just only want it to be 0 1 2 3 4 5.
Thanks in advance
0 Commenti
Risposta accettata
  KALYAN ACHARJYA
      
      
 il 19 Mag 2019
        
      Modificato: KALYAN ACHARJYA
      
      
 il 19 Mag 2019
  
      yticks([0 1 2 3 4 5]);
More detail read here
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Annotations 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!

