In addition to the present options in the native %pl for link (i.e. none, lines, curves) a useful future addition would be “spectrum”.
This would treat the x,y data input to %pl as frequency and magnitude data, and for each data point i it would draw a single line between two points i.e. ( x(i), y(i) ) and ( x(i), 0 ), creating a spectrum type plot.
I know this can be achieved indirectly by using the %pl call back or by careful stacking of the input data into multiple graphs, but I suspect that a more direct method would be useful to “new” users trying to plot such frequency domain plots before they conclude that %pl cannot use used to display data in this format.
Ken