How to add legend in CIE diagram
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Md Tanvir Emrose
el 19 de Oct. de 2023
Comentada: Chunru
el 19 de Oct. de 2023
I have four points that I want to plot on CIE diagram. I am using the following command:
plotChromaticity
hold on
scatter([x_1 x_2 x_3 x_4],[y_1 y_2 y_3 y_4])
hold off
Now I want to add legend for these four points. For example: 'red', 'blue', 'green', and 'yellow'.
How can I do that?
0 comentarios
Respuesta aceptada
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!