Removing space between the axis
    5 views (last 30 days)
  
       Show older comments
    
    Khang Nguyen
 on 19 May 2019
  
    
    
    
    
    Edited: KALYAN ACHARJYA
      
      
 on 19 May 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 Comments
Accepted Answer
  KALYAN ACHARJYA
      
      
 on 19 May 2019
        
      Edited: KALYAN ACHARJYA
      
      
 on 19 May 2019
  
      yticks([0 1 2 3 4 5]);
More detail read here
0 Comments
More Answers (0)
See Also
Categories
				Find more on Annotations in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
