How to invert/flip only Y1 axis in a 2-line plot (Y1 and Y2 upon X)?
6 次查看(过去 30 天)
显示 更早的评论
I am trying to a plot time series of two variables, ssh and iso (in csv file attached (ssh.csv)).
However I wanted to invert/flip the iso axis (Y2 axis) while keeping the ssh axis (Y1 axis) the same. I attached an example.jpg image to show exactly how I want the plot. I have previously used "plot" and "yyaxis left" and "yyaxis right" commands. But this graph gives increasing values on both Y axes.
Would be grateful to receive some help in this.
0 个评论
采纳的回答
madhan ravi
2018-11-24
编辑:madhan ravi
2018-11-24
https://www.mathworks.com/matlabcentral/answers/22321-plotting-and-reversing-axis-direction#answer_29378 , grab second axes handle and do as instructed in the link
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!