Hi Folks,
I would like to plot some data (i.e.[1]) as a 'fence' or 'waterfall' plot.
My best effort so far is to do: splot '' u 3:6:9 w impluses lw 10
I think the way to get a proper fence plot is via 'parametric' type of
plotting; however I don't really understand how I would formulate data from
a file into this form.
Any suggestions would be greatly appreciated.
best regards,
richard
1:
bin = 0 cycle = 0.1 value = 0.213
bin = 1 cycle = 0.1 value = 0.496
bin = 2 cycle = 0.1 value = 0.198
bin = 0 cycle = 0.2 value = 0.263
bin = 1 cycle = 0.2 value = 0.470
bin = 2 cycle = 0.2 value = 0.177
bin = 0 cycle = 0.3 value = 0.166
bin = 1 cycle = 0.3 value = 0.496
bin = 2 cycle = 0.3 value = 0.214
bin = 0 cycle = 0.4 value = 0.220815752461322
bin = 1 cycle = 0.4 value = 0.531645569620253
bin = 2 cycle = 0.4 value = 0.157524613220816
|