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


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

Re: xdata time with rowstacked histogram

Newsgroups comp.graphics.apps.gnuplot
Date 2013-07-06 01:45 -0700
References <rOWdnT76L9RM0U7VnZ2dnUVZ8tjinZ2d@eclipse.net.uk>
Message-ID <40d0e111-e465-49a8-b1e4-0ab73d93eb1f@googlegroups.com> (permalink)
Subject Re: xdata time with rowstacked histogram
From kokapui@gmail.com

Show all headers | View raw


Thanks Jim for the idea to plot the cumulative results. Yes, I had the same problem, and noticed instead of "rowstacked", the drawn boxes were overlapping.  I plotted - 



plot "data.dat" using 1:4 title "fail" with boxes, \
     "data.dat" using 1:2 title "pass" with boxes

where col4 equals to col2+col3

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


Thread

Re: xdata time with rowstacked histogram kokapui@gmail.com - 2013-07-06 01:45 -0700

csiph-web