How to label 2nd y-axis

2 visualizaciones (últimos 30 días)
Hydro9 Hisz
Hydro9 Hisz el 8 de Jul. de 2011
Is it possible to label the 2nd y-axis on plotyy? ylabel labels the main y-axis, is there a function to set a label for the second axis?

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 8 de Jul. de 2011
H = plotyy(1:10,1:10,1:10,rand(1,10));
ylabel(H(1),'ylabel 1');
ylabel(H(2),'ylabel 2');

Más respuestas (0)

Categorías

Más información sobre Two y-axis en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by