Coloring of specific text in a title
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bill
el 24 de Mzo. de 2018
Comentada: Bill
el 25 de Mzo. de 2018
I'd like to color different words in a title different colors, using the line colors generated from a plot call.
p = plot(1:10);
title('\color[rgb]{p.Color} Test')
Or, asking the same question in a different way. How do I get [0,0,1] to look like {0,0,1}? Thanks
0 comentarios
Respuesta aceptada
Walter Roberson
el 24 de Mzo. de 2018
https://www.mathworks.com/matlabcentral/answers/389850-adding-and-customisng-a-single-tick-mark
Más respuestas (0)
Ver también
Categorías
Más información sobre Title en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!