Using Datetick with Plotyy in MATLAB
Recently, I needed to plot two different sets of time series data on the same axes, but they were at different scales. In this simplified example, I show how you can change the x-labels to display the month name. This requires you capture the handles of the axes created by
plotyy
, then send them to datetick
explicitly.
评论
要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。