Dear All,
I am trying to increse width on individual bars in cluster using "set
boxwidth". But for some reason, only the width of
the LAST bar in each cluster is being changed. The width of all the other
bars are unchanged. Following is my script and
the LAST bar is labeled as "NAME 3"
set term post
set output "link_prr.ps"
set style data histograms
set style histogram cluster
set boxwidth 1.5 absolute
set xtics ("ML1" 0.00000, "ML2" 1.00000, "ML3" 2.00000, "ML4" 3.00000,
"ML5" 4.00000, "TL1" 6.00000, "TL2" 7.00000, "TL3"
8.00000, "TL4" 9.00000, "TL5" 10.00000, "IL1" 12.00000, "IL2" 13.00000,
"IL3" 14.00000, "IL4" 15.00000, "IL5" 16.00000)
set title "Transformation of IQ links on different testbeds using ILTP"
set ylabel "PRR"
set yrange [ 0.00000 : 1.000000]
set xtics border in scale 1,0.5 nomirror rotate by -45 offset character
0, 0, 0
set key outside center top horizontal center autotitles
plot newhistogram "XXX",
'/home/manjunath/mc_scripts/results/links/motelab.dat' u 1 t "NAME1" fs
empty ls 1, '' using 2 t
"NAME2" fs solid 0.2 ls 1, '' using 3 t "NAME 3" fs solid ls 1, \
newhistogram "YYY", '/home/manjunath/mc_scripts/results/links/twist.dat' u
1 t "" fs empty ls 1, '' using 2 t "" fs solid
0.2 ls 1, '' using 3 t "" fs solid ls 1, \
newhistogram "ZZZ", '/home/manjunath/mc_scripts/results/links/indriya.dat'
u 1 t "" fs empty ls 1, '' using 2 t "" fs solid
0.2 ls 1, '' using 3 t "" fs solid ls 1
Thanks in advance...
Manjunath D
################################################################################################################
***************************************************************************************************************
|