Gnuplottex – rotate y-axis label with LaTeX
Posted in LaTeX by Julian Kessel - Aug 31, 2011
A known caveat of the latex gnuplot terminal is the missing functionality to rotate text, which especially hurts for the ylabel.
Here's one dirty way to workaround this:
set ylabel "\\begin{sideways}YAXIS [$ms$]\\end{sideways}"
COMMENTS

