|
From: Mark H. <ma...@po...> - 2010-04-28 20:00:30
|
On Wed, 28 Apr 2010, Thomas Sefzick wrote: > > 'filled boxes' may help: > > set style filled solid > plot 'datafilename' using 1:2 with boxes, '' using 1:3 with boxes Thanks Thomas. With boxes, I am limited to having the points at the centre of the box (unlike with fsteps, where it is to the right). Or is there another way? I have the difficulty that my samples are at irregular intervals, so it isn't possible to just shift the boxes to the left as a workaround. > > Mark Hills-2 wrote: > > > > When using steps/fsteps, is it possible to fill the area under the line? > > > > I am plotting a histogram of resource consumption, and fsteps work well. > > It means the area under the line matches the resource consumption over > > time. > > > > Using un-filled fsteps means it is difficult to compare two resources on > > the same axes, as frequently one line 'disappears' behind the other. > > Unfortunately, filledcurves is not a good aproximation due to the low > > number of samples. > > > > The presence of other filled plots makes this feel like I am missing > > something. Is there a way to achieve filled steps/fsteps (or has anyone > > planned to implement this?) > > > > Many thanks > > > > -- > > Mark > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > gnuplot-info mailing list > > gnu...@li... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > > > > -- Mark |