“Legenda fabularna oktawy” Kod odpowiedzi

Legenda fabularna oktawy

 h ={"alpha 1", "alpha 2"};
 legend (h, "location", "northeast");
 set (legend, "fontsize", 12);
Thoughtful Tortoise

Legenda fabularna oktawy

 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);
Flyhouse_Squarewheel

Odpowiedzi podobne do “Legenda fabularna oktawy”

Pytania podobne do “Legenda fabularna oktawy”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu