Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Stacked boxes Followup-To: comp.graphics.apps.gnuplot Date: Mon, 11 Apr 2011 10:26:28 -0700 Organization: gnuplot development team Lines: 26 Message-ID: References: <4da3355c$0$12295$c3e8da3$aae71a0a@news.astraweb.com> Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Mon, 11 Apr 2011 17:26:29 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="joalffpZlyHxFtpFd/PRrw"; logging-data="1078"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1//1xZrHP5lFv5aap5vz0fR" User-Agent: KNode/4.4.3 Cancel-Lock: sha1:NSASgdH2f7SDj3bmlOCyYjzoLUE= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:232 Mike Rhodes wrote: > Hello, > > I have an issue I've been trying to use AWK to get around but I've ended > up here to ask about a feature implementation. > > I am trying to use boxes to plot total throughput from netflow data. I > like the fact that I can specify the width of the box -- I set that to > the duration of the flow. But my frustration comes from the fact that > the boxes do not stack when they overlap. Instead, they overlay each > other. This only allows me to graph the maximum single-flow throughput, > rather than total throughput at any given time. Does anyone know if > there are any plans for box stacking in future versions of gnuplot? Is it possible that you are looking for one of the stacked histogram modes? E.g. plots 5-7 in http://gnuplot.sourceforge.net/demo/histograms.html If that's not what you had in mind, could you post a link to some plot somewhere that is in the style you are thinking of? > > Thanks, > Mike