How do I add additional plots to either of the two y-axes when using the PLOTYY function?
Show older comments
I am using the PLOTYY function to create a single plot with one x-axis and two y-axes. I am plotting a time-series vector on each of these y-axes using the following statement:
plotyy(x, y1, x, y2, 'plot');
I would like to know how to add additional plots to either of these two y-axes. For example, I may want 3 time-series plots for the first y-axis and 2 time-series plots for the second y-axis.
Accepted Answer
More Answers (0)
Categories
Find more on Combine Multiple Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!