stackedplot without yticklabels?
    7 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
I noticed I can't apply the yticklabel() function to a stackedplot. Isn't there a way to simply clear the yticklabels so that only the display names (ylabels) are printed, but not numbers associated with the y-ticks?
0 Kommentare
Antworten (2)
  Adam Danz
    
      
 am 19 Nov. 2020
        To clear the ticks, you'll change the last line to, 
set(s.Axes, 'YTick', [])
0 Kommentare
  Joe Vinciguerra
      
 am 13 Nov. 2019
        No. stackedplot is missing a lot of common property controls. Hopefully they continue to develop this function in future releases.
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


