On Thursday, 26 September 2013, Brian Osborne wrote:
> All,
>
> I'm making nice clustered histograms but sometimes there are so many bars in the cluster and the bars are so narrow that there's no space within the bars to color, they are all black. Not so informative!
>
> Here's example code:
>
> reset
> set title 'Test'
> set terminal svg
> set output test.svg
> set style fill solid 1.00 border lt -1
> set style data histograms
> set style histogram clustered gap 1
> set xtics border rotate by -90
> set auto x
>
> How do I tell gnuplot either to have no bar border or set the border to the same color as the bar?
set style fill solid 1.0 noborder
> Thanks again,
>
> Brian O.
--
Tradition is not the worship of ashes, but the preservation of fire.
- Gustav Mahler
|