|
From: Leo B. <l_b...@us...> - 2012-12-09 14:50:51
|
Alberich de megres <alb...@gm...> writes: > Hello list! > > I'm writing my PhD tesis, and I need to compare some values in an special > way. > > I have 3 columns with numbers, the 3rd columns has a reference measeure > value for the current way the algorithm works. I split it into 2 steps (col > 1 and 2 respectively), so the time for this columns should be added and > compared with the 3rd col. Could you provide a simple example? It seems you have something like # t1 t2 t3 1 2 3 4 5 7 etc. Do you intend to add columns 1+2 row-wise? If so: plot 'data' using ($1+$2) title 'cols 1+2', '' using 3 title 'col 3' > And I want to stack the first 2 (so I can still > see the time for each step) and this stacked column cluster it the third > column. I don't understand what you want to do here, since the stacked cols 1 and 2 will have twice the number of entries as column 3. An example could clarify. > > I couldn't find anthing about this. Is it possible to do this with gnuplot? Probably with some combination of gnuplot and awk or perl. -- Leo Butler <l_b...@us...> SDF Public Access UNIX System - http://sdf.lonestar.org |