Borrar filtros
Borrar filtros

How to create one plot with two x axes ?

1 visualización (últimos 30 días)
Elad
Elad el 27 de Jun. de 2012
How can I create a single plot with 2 x axis that correspond to the data? let say one axis up and one down. Thanks

Respuestas (1)

Walter Roberson
Walter Roberson el 27 de Jun. de 2012
See the File Exchange contribution "plotxx"
  3 comentarios
Walter Roberson
Walter Roberson el 28 de Jun. de 2012
plot NaN, NaN in the second plot, and set() its XLim and Direction to be what you want to see.
If you have a requirement to use only one axes object instead of two, then you will have to line() and text() the additional axes into place, and you will need to add action post-filters for both zoom and pan so that you can redraw that information according to the new axis bounds. MATLAB does not offer any mechanism for arbitrary positioning of an object that acts like an axes: MATLAB only supports edge axes (identical on two sides if both sides are shown.)
Elad
Elad el 28 de Jun. de 2012
Oh, ok. Thanks for the answer.

Iniciar sesión para comentar.

Categorías

Más información sobre Graphics Object Properties en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by