2 Scenario Legend Setup

2 次查看(过去 30 天)
Jake Elliott
Jake Elliott 2020-10-18
回答: Star Strider 2020-10-18
I wish to make a legend plot that separates 2 experiments by color while sepparating the inputs by line style, inputs for both experiments were the same. What is the best way to go about making a legend like this?

回答(2 个)

madhan ravi
madhan ravi 2020-10-18
plot(1:5, '-k')
hold on
plot(6:10, ':y')
legend({'Leg 1', 'Leg2'}) %?

Star Strider
Star Strider 2020-10-18
See the Line Properties documentation on DisplayName.
That might do what you want.

类别

Help CenterFile Exchange 中查找有关 Legend 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by