How to plot more than two graphs in one figure?

1 次查看(过去 30 天)
as the title implies, how can i achieve that? i think this would be tricky. with requirement, that each graph has visually distinctive y-axis. tqvm.
PS: been searching for likely thread, but there is an answer for only two graph, with one y-axes on the left and the other on the right.

采纳的回答

Arnaud Miege
Arnaud Miege 2011-4-26
How many axes do you need? Using ploty4, you can get 4. I guess you can modify the code if you need more axes.
HTH,
Arnaud
  5 个评论
Arnaud Miege
Arnaud Miege 2011-4-26
Possibly, but I suspect it would require a bit of programming. The other issue I can foresee is with that many axes, there's hardly going to be any room left for the actual plot.
Arnaud Miege
Arnaud Miege 2011-4-26
Another suggestion: if some of your signals are of the same order of magnitude, you might want to plot them on the same (vertical) axis, it will reduce the number of axes required. You can then use a legend to distinguish which one is which.

请先登录,再进行评论。

更多回答(1 个)

Oleg Komarov
Oleg Komarov 2011-4-26
Use plotyy
Also give a look at the example code I posted in this thread: http://www.mathworks.com/matlabcentral/answers/5649-align-problem-in-multiple-axes
  2 个评论
Harapan Rachman
Harapan Rachman 2011-4-26
hi, tqvm.
AFAIK, your links discussed only 2 graphs in one axes. I need to plot more than that in one axes.
Harapan Rachman
Harapan Rachman 2011-4-26
um, on my second thought, the title maybe wrong. what i need is, more than two graph in one box/axes(?)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Two y-axis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by