stackedplot without yticklabels?

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?

Respuestas (2)

Adam Danz
Adam Danz el 19 de Nov. de 2020
See this answer for an undocumented method of change the ytick values in stackedplot.
To clear the ticks, you'll change the last line to,
set(s.Axes, 'YTick', [])
Joe Vinciguerra
Joe Vinciguerra el 13 de Nov. de 2019

0 votos

No. stackedplot is missing a lot of common property controls. Hopefully they continue to develop this function in future releases.

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.

Productos

Versión

R2019b

Preguntada:

el 12 de Nov. de 2019

Respondida:

el 19 de Nov. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by