Different color for different parts of MATLAB title -
i have, think might 'simple' problem. know how change color of matlab title. not know, how use 2 different colors, @ 2 different parts of title.
for example, lets title of figure said "hello world". then, want "hello" in black, while "world" in blue.
how this? thank you.
you can use tex markup that. here's example:
title(['hello {\color{blue}world}']);
Comments
Post a Comment