Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: histogram of clustered rowstacks Followup-To: comp.graphics.apps.gnuplot Date: Thu, 22 Sep 2011 13:06:14 -0700 Organization: gnuplot development team Lines: 30 Message-ID: References: <2c160513-08bc-4281-8b79-ef93efac0a2f@d12g2000vba.googlegroups.com> <9cfc4618-b5fa-40b3-82f9-591f58785bf2@i5g2000vbw.googlegroups.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: Thu, 22 Sep 2011 20:06:15 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="joalffpZlyHxFtpFd/PRrw"; logging-data="23452"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+9hWn+1zblEYjs7q2WiQNk" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:7Gf56o8RTy2Q/67k/nKb9Qrg0qs= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:595 Uday K Bondhugula wrote: > > Looks like this is not possible with gnuplot. The "read single title from file" part may not be possible. As for the rest, you already pointed to one example. There's another one here: http://skuld/people/merritt/gnuplot/ > > On Sep 17, 12:34 pm, Uday K Bondhugula wrote: >> On Sep 17, 12:26 pm,UdayK Bondhugula wrote: >> >> > This looks like something needed quite often, but couldn't see an >> > example. How can I plot a clustered histogram where each bar in a >> > cluster is a stack of rows? It looks like the last example at >> > http://gnuplot.sourceforge.net/demo/histograms.html >> >> > but we need only one xtic for each cluster and the same colors are >> > used for each cluster. >> >> A problem if using that approach is also that plot has to be called >> for each row of data, and I don't see how the xtic for each cluster >> can be obtained from the data file itself. >> >> >> >> > Thanks.