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


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

Re: numbers within boxes of rowstacked histograms in gnuplot?

Started byakhilesh.chg@gmail.com
First post2014-02-25 19:17 -0800
Last post2014-02-25 19:17 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.graphics.apps.gnuplot

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#2319 — Re: numbers within boxes of rowstacked histograms in gnuplot?

Fromakhilesh.chg@gmail.com
Date2014-02-25 19:17 -0800
SubjectRe: numbers within boxes of rowstacked histograms in gnuplot?
Message-ID<4d7c751e-b02c-478f-91f3-793e45b7f16c@googlegroups.com>
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.

[toc] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web