Re: 3d scatter plot with splot: how to enable drop lines and grids
by Ton 't Lam <ton.tlam@[EMAIL PROTECTED]
>
Jun 19, 2008 at 07:34 PM
Ton 't Lam wrote:
> `cat data | sed 's/\(.*\) \(.*\) \(.*\)/set arrow from \1,\2,0 to
> \1,\2,\3 nohead;/'` # on one line
....
`sed 's/\(.*\) \(.*\) \(.*\)/set arrow from \1,\2,0 to \1,\2,\3
nohead;/' data`