📅  最后修改于: 2022-03-11 15:01:04.392000             🧑  作者: Mango
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);