Re: Plotting with linespoints and variable pointsize?
by Oleg <oleg.kovarik@[EMAIL PROTECTED]
>
Oct 11, 2008 at 06:17 AM
What about variable line thickness in vectors?
data:
x1 y1 x2 y2 thickness
plot "data" using 1:2:($3-$1):($4-$2) with vectors lw variable nohead
-> undefined variable: variable