If I want to plot a list as steps, I believe I have to transform the list to a list of appropriate points and use `plotxy`. In Mathematica, I could just use a ListPlot with `InterpolationOrder -> 0` and `Joined -> True`. In gnuplot, one can use a little cleverness with `fsteps`.
This is a pretty common need (e.g., for Verhulst diagrams). Might it be common enough to justify a new pen mode? With this mode, plotting (x1,y1) and then (x2,y2) would draw a line from (x1,y1) to (x2,y1) and then a line to (x2,y2). Cheers, Alan Isaac -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
