How to control dual Y axis
Show older comments
Hi there! For only one set of data, I need a dual Y axis label ( Centigrade and Fahrenheit, nothing fancy). Following this:
I managed to get the second axis from 0 to 1. But I can't seam able to modify it to get the Fahrenheit scale.
Since is quite a simple problem, I just need another label, I would prefer, if possible,not to get into plotyy and just work with labels.
One last thing, I do need however to export the plot to a pdf to put into latex. I'm currently using
saveas(/path/file.pdf,'pdf')
combined with
set(gcf,'papersize',[10,7])
set(gcf,'paperposition,[0,0,10,17]')
So any solution should be compatible with that..
Well, thanks everyone for their time in advance.
Accepted Answer
More Answers (0)
Categories
Find more on Two y-axis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!