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


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

Re: xdata time with rowstacked histogram

Started bykokapui@gmail.com
First post2013-07-06 01:45 -0700
Last post2013-07-06 01:45 -0700
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: xdata time with rowstacked histogram kokapui@gmail.com - 2013-07-06 01:45 -0700

#1933 — Re: xdata time with rowstacked histogram

Fromkokapui@gmail.com
Date2013-07-06 01:45 -0700
SubjectRe: xdata time with rowstacked histogram
Message-ID<40d0e111-e465-49a8-b1e4-0ab73d93eb1f@googlegroups.com>
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

[toc] | [standalone]


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


csiph-web