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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -