📜  八度图图例 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:46.387000             🧑  作者: Mango

代码示例2
clf;
 plot (rand (2));
 title ("legend called with cellstr and string inputs for labels");
 h = legend ({"foo"}, "bar");
 legend (h, "location", "northeastoutside");
 set (h, "fontsize", 20);