Hi,
I try to rotate my xtics labelling but failed, anyone can help me?
set title "hello world"
set xlabel " "
set ylabel "Motion"
set auto x
set size square .44,.44
set terminal png small
set output "motion.2.00.0.10_PF.png"
set multiplot
set parametric
set trange[0:2*pi]
set xrange [-1771.1:1953.28]
set yrange [-3329.8:394.58]
set style fill pattern 2
set key inside right top vertical Right noreverse enhanced autotitles
columnhead nobox
#set xtics border out scale 1,0.5 nomirror rotate by -45 offset character
0, 0, 0
set xtics in nomirror offset character 0,-2.5 rotate by 45
plot 0+400*sin(t),731+300*cos(t) title "Margin" lt 3 lc rgb "yellow" w
filledcurves closed, \
0+400*sin(t),731+300*cos(t) lt 3 lc rgb "white" w filledcurves closed
show key
unset key
set grid
replot
unset multiplot
http://www.nabble.com/file/p15853057/motion.2.00.0.10_PF.png
motion.2.00.0.10_PF.png
--
View this message in context: http://www.nabble.com/Cannot-rotate-xtics-label-tp15853057p15853057.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|