2 y axis (secondary y axis)

9 visualizaciones (últimos 30 días)
shuda
shuda el 31 de Mzo. de 2011
Is it possible to add a secondary axis using plot tools and without touching the code?

Respuestas (1)

Jan
Jan el 31 de Mzo. de 2011
If you can touch the code, use the PLOTYY command. This would be more reproducible.
With the PLOTTOOL you can add an AXES object:
plottools on
% Figure menu > Insert > Axes
Afterwards you can adjust the properties of the new AXES as wanted, e.g. YAxisLocation -> right, Color -> none, etc. Look in the source of PLOTYY to find more useful changes.

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