|
From: Thomas S. <t.s...@fz...> - 2009-09-12 13:05:17
|
transparent fill styles will be a new feature of the coming version 4.4. but you can use this feature now by downloading gnuplot_4.3-cvs. abhishek2301 wrote: > > Hello, > I have the following script to generate a histogram: > > #set terminal png giant enhanced font 'Helvetica' 20 > #set output 'test.png' > set boxwidth 0.9 absolute > set style fill pattern 0 > set style data histogram > set style histogram cluster gap 1 > set style histogram errorbars gap 2 lw 2 > set auto x > set yrange [0:100] > set ylabel "Percentage of segments from Server" > set xlabel "Overlay Size" > set key box > plot 'ServerLoadGraph.txt' using 2:3:xtic(1) t 'b=4', > 'ServerLoadGraph.txt' using 4:5 t 'b=8', 'ServerLoadGraph.txt' using 6:7 t > 'b=16' > > The problem is that, the lower part of the errorbar is not visible. I have > read some solution as to superimpose the pattern plot with another empty > plot. > But, how to achieve this??? Because, whenever I superimpose, the > background patterned plot is no more visible and only the empty plot is > visible. > > Thank You!!! > -- View this message in context: http://www.nabble.com/Problem-with-yerrorbars-in-histogram-plot-tp25391202p25414318.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |