I would like the ylabel on a gnuplot to be the same as $\omega_2(R_{3,n})$ appears in LaTeX. But if I use the following, it overlaps with the plot itself.
set ylabel "\omega_2(R_{3,n})"
One way to get around this problem is to rotate the ylabel by 90 degrees. How can that be done?