“Leyenda de la trama de octava” Código de respuesta

Leyenda de la trama de octava

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

Leyenda de la trama de octava

 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

Respuestas similares a “Leyenda de la trama de octava”

Preguntas similares a “Leyenda de la trama de octava”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código