How do you rotate latex interpreted text
How do you rotate latex interpreted text
(OP)
I managed to get Latex intrpreter working by upgrading to version 7, but I can only get it to write horizontally. I want to write vertically for labelling the y-axis.
Thanks
Michel Garcia
Thanks
Michel Garcia





RE: How do you rotate latex interpreted text
Something like this
ylable(....,'Interpretor','latex','Rotation',90);
RE: How do you rotate latex interpreted text
RE: How do you rotate latex interpreted text
text(Xloc,Yloc,'TestString','Rotation',90);
AND
text(Xloc,Yloc,'TestString','Interpretor','latex','Rotation',90);
You can test whether the problem is with interpretor using above two.
goodluck
nodal
RE: How do you rotate latex interpreted text
RE: How do you rotate latex interpreted text
RE: How do you rotate latex interpreted text