R2017a line() Automatically Appends to Current Legend
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
William Lu
el 28 de Mzo. de 2017
Comentada: William Lu
el 28 de Mzo. de 2017
Recently upgraded from R2015b to R2017a.
Plots now have extraneous legend labels.
Found that line() appends to the current legend.
Example:
figure;
plot(1,1);
legend('a');
line(1,1);
Is this supposed to happen?
0 comentarios
Respuesta aceptada
Steven Lord
el 28 de Mzo. de 2017
According to the Release Notes, yes. That Release Note entry also describes several approaches you can use to disable or avoid this behavior.
Más respuestas (0)
Ver también
Categorías
Más información sobre Legend en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!