How to make loglog subplots?
Show older comments
I have multiple plots that I would like to display together (in a subplot type distribution), however, my plots need to have a loglog scale. Is there a way to do this?
Accepted Answer
More Answers (1)
Jan
on 1 May 2013
subplot(2,3,2, 'XScale', 'log', 'YScale', 'log')
Categories
Find more on Subplots 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!