plotting a graph with 2 x-axis in a tile plot
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have created some code to create a graph with two x-axis. I would like to display this is in a tile plot, but when I try to create the next tile it overwrites the data of the first.
How can I create a new tile which doesn't affect the first?
1 comentario
Jan
el 18 de Feb. de 2022
We cannot run your code due to the missing input data. So we cannot check, in which line the described effect happens. But you can do this useing the debugger. Step through the code line by line and find out, where the overwriting happens. Maybe you have to create a new axes explicitly.
If this does not work, please post a minimal working example using some rand data as input.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!