Gnuplot: fence plot from data
问题 I'm trying to figure out how to do fence plots in gnuplot, but I'm having a hard time understanding what's going on in the examples I find on the internet. I have a (varying) number of data sets from different points in time in my simulation, in a datafile organized as a matrix of values 1 : t1 x11 y11 // indices here indicate that (x1,y1) are a data point which t1 x21 y21 // I'd plot on a regular 2D plot for this timestep, with the ... // additional index noting which time step the values