From: Una B. <una...@uc...> - 2007-06-12 13:05:11
|
Dear users, I'm using terminal postscript and I want to rotate my xtics values by 90deg. This is what I get from my script but no rotation is happening. My command is: set xtics rotate ("Gly-Loop" 0.5, "Cat-Loop" 1.5, "Mg-Loop" 2.5, "Act-Loop" 3.5, "Pep-Loop" 4.5) show xtics tics are IN, ticslevel is 0 major ticscale is 1 and minor ticscale is 0.5 x-axis tics: on border labels are format "% g" rotated by -45 in 2D mode, terminal permitting. list ("Pep-Loop" 4.50000, "Act-Loop" 3.50000, "Mg-Loop" 2.50000, "Cat-Loop" 1.50000, "Gly-Loop" 0.500000) x2-axis tics: OFF Can you not use the rotation using postscript as your driver? Thanks in advance for any helpful comments. Best regards, Una |