How to export plot with multiple axes.

Hello, i want to export the following plot with 2 axes. (Scroll right to see the plot)
1.) How is it possible to choose both axes/graphs used in the plot to be exported in one file?
2.) How happens that i have two y-axes on the left side of the plot?
Thanks in advance!

1 comentario

Rik
Rik el 7 de Jun. de 2022
I recovered the removed content from the Google cache (something which anyone can do). Editing away your question is very rude. Someone spent time reading your question, understanding your issue, figuring out the solution, and writing an answer. Now you repay that kindness by ensuring that the next person with a similar question can't benefit from this answer.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 22 de Mayo de 2022
I would suggest that you create a uipanel(), and parent the axes to the uipanel, and then exportgraphics() the uipanel.
Or, exportgraphics the figure itself.
Your line
ax2.XAxisLocation = 'top';
is what is causing the second X axis information to be at the top.

4 comentarios

Mapete
Mapete el 22 de Mayo de 2022
Thanks for your quick answer.
I made a mistake in my question, i want to know why i have two left Y-AXES.
ax2 = axes(t)
That is not addressing the second axis of the yyaxis: it is creating an additional axes in the tiled layout. You now have three axes: ax1 left, ax1 right, and ax2.
Mapete
Mapete el 22 de Mayo de 2022
Ok, but if i remove the ax2 = axes (t) the plot only shows the first graph.
Why are you not using
yyaxis left

Iniciar sesión para comentar.

Categorías

Más información sobre Printing and Saving en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Mayo de 2022

Comentada:

Rik
el 7 de Jun. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by