How to make loglog subplots?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Jan
el 1 de Mayo de 2013
subplot(2,3,2, 'XScale', 'log', 'YScale', 'log')
Categorías
Más información sobre Subplots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!