Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2319

Re: numbers within boxes of rowstacked histograms in gnuplot?

Newsgroups comp.graphics.apps.gnuplot
Date 2014-02-25 19:17 -0800
References <a9470b25-169e-4cc5-ad93-a806719ebce6@x6g2000prc.googlegroups.com> <2cb46f10-c5bf-4b2f-8f20-33eaab29e197@g31g2000yqc.googlegroups.com> <a41f0c3e-8bab-4bd2-a477-ca5b33df6a57@p18g2000pra.googlegroups.com>
Message-ID <4d7c751e-b02c-478f-91f3-793e45b7f16c@googlegroups.com> (permalink)
Subject Re: numbers within boxes of rowstacked histograms in gnuplot?
From akhilesh.chg@gmail.com

Show all headers | View raw


On Thursday, July 9, 2009 10:42:06 AM UTC-4, gojira wrote:
> Great, thank you!
> 
> Anton
> 
> On Jul 9, 4:16 am, Olli Lehtonen <olli.lehto...@helsinki.fi> wrote:
> 
> > It's perhaps not pretty but two additional plotting commands will do
> > the trick
> >
> > '' using 0:(50.*($2/($2+$3))):2 with labels notitle,\
> > '' using 0:(50.*($3/($2+$3))+100.*($2/($2+$3))):3 with labels notitle
> >
> > Olli

Thanks for the solution. But what does this statement exactly mean ? 
"' using 0:(50.*($2/($2+$3))):2 with labels notitle," . When tried this, it is printing absolute values. What if I want to print percentages?

Thanks in advance.

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar | Unroll thread


Thread

Re: numbers within boxes of rowstacked histograms in gnuplot? akhilesh.chg@gmail.com - 2014-02-25 19:17 -0800

csiph-web