Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1933 > unrolled thread
| Started by | kokapui@gmail.com |
|---|---|
| First post | 2013-07-06 01:45 -0700 |
| Last post | 2013-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.
Re: xdata time with rowstacked histogram kokapui@gmail.com - 2013-07-06 01:45 -0700
| From | kokapui@gmail.com |
|---|---|
| Date | 2013-07-06 01:45 -0700 |
| Subject | Re: 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
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web