Hi,
I have some questions regarding histogram and errorbars. I´m using gnuplot 4.2
under debian. The following is my testfile
#testfile
abc A sa B sb C sc
a 5 1 7 0.5 4 1
b 3 1.5 6 1 3 0.25
c 2 0.5 4 1 6 1
as long as I plot the data with the following commands everything is perfect
gnuplot> set style data histogram
gnuplot> set style histogram errorbars gap 1
gnuplot> plot "testfile" u 2:3:xticlabels(1) ti col, "" u 4:5 ti col, "" u 6:7
ti col
but with
set style fill pattern 1
the errorbars (the low ones) are "behind" the histogram boxes. Is it possible to
make the lowerrorbars visible?
Thx for your help.
|