|
From: Thomas S. <t.s...@fz...> - 2012-03-04 14:02:15
|
Alexander Pohl <a.h.pohl <at> gmail.com> writes: > ... > I would like to assign a different line style to the first bar than to the > rest of the bars in the histogram. For this I use indices and the > newhistogram command. The problem I have is that the bars are not centred > at the tic marks, but offset by half the bar width to the right. This looks > ugly and I need to urgently resolve this. > ... > Anybody knows how to centre the bars under the tics marks? > ... change the gap between the histogram bars to an odd number: set style histogram gap 1 |