|
From: <fre...@in...> - 2005-10-07 09:16:39
|
> I hope that it is the last piece of advices I ask you to answer. > > I intend to plot a series with boxes (filled say in black color) with a > grey-light background colour (I mean only inside the x and y axes). I use > postscript output. > Since it is not possible directly I use the following way to do it : > > > > plot 'myfile1' using 1:2 with boxes fs solid 0.1 noborder, \ > # that is plotting a fictitious series from min y1 to max y1 in light grey > color > ' myfile2 ' using 1:2 with boxes title border etc... > # that is the real series I want to plot > > the pb is that I would like the first boxes to be adjacent (for an > homogeneous grey) and the second ones with a space between boxes > (something like boxwidth 0.8 relative) > > How can I do to manage that ? |