I have a datafile of following format (4 columns):
Size Xmid Ymid Angle
I want to plot line segments whose size is given in column 1, coordinates of the midpoint are given in columns 2 and 3, and angle with the x-axis is given in the last column.
How can I do that with gnuplot?