Avoid overlapping yticks, controlling Placement of yticks

7 次查看(过去 30 天)
Hello. Im trying to control the placement on the yticks seen in the figure below. I need to have a large fontsize as it should be visble in a report. Is there anyway of dragging the ytick dates, with a line showing its designation. Alternativly, increase the distance between to yticks ?
Thank you in advance.
  1 个评论
Michael Soskind
Michael Soskind 2020-6-16
Hi Tor. I would advise taking a look at yticks and yticklabels. yticks should allow you to set arbitrarily spaced values, and yticklabels should enable arbitrarily annotated labels. I would advise to make yticklabels the desired labels as you show in the figure, while using any spacing you like (possibly linear spacing) for yticks.

请先登录,再进行评论。

采纳的回答

Tor Aarskog
Tor Aarskog 2020-6-16
I cirumvented the issue by greating a new vector for y with increased distance between ticks. Used yticklabels with a string vector corresponding to dates.
Could not find anything about arbitrarily changing yticklabels position.
  1 个评论
DGM
DGM 2021-12-23
For what it's worth, this answer solves the problem by way of color-coded annotations instead of ticklabels. The color-coding helps with clarity for adjacent lines.
That said, dealing with annotation objects can be quite convoluted and frustrating, so I don't fault anyone for avoiding this suggestion. It looks nice, though.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Axis Labels 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by