XTickLabel Problem
5 次查看(过去 30 天)
显示 更早的评论
Trying to plot two bar graphs that use the same x and y axis tick labels and values respectively for each axis. The bar graphs are being plotted correctly except the axis labels for the x and y axis (YLim) or YTick are being ignored and rather replaced by generic default values it appears. Any ideas? Here is a message I get when I execute the .m file.
An axes's "XTickLabel" property does not have a fixed set of property values.
0 个评论
回答(1 个)
Walter Roberson
2011-3-18
Do you happen to be using datetick() ? If so, then use the 'keeptick' option to it.
Are you using plotyy? If so are you applying the settings to both axes ?
2 个评论
Walter Roberson
2011-3-18
You fetch the XTickLabel from the first axis, then you create a new figure (which would have a new axis) and set to labels to something different. That isn't going to affect the first axis.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Axis Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!