Hi all,
I am making some plots where I have a set of data points together with
their bezier interpolation. I plot both the points and the curves with
something like the followind:
plot "datafile" using 1:xcol smooth bezier with lines lt 6 notitle, ""
using 1:xcol title "Title" with points 6,\
Is there a way to have both point and the line styles in the legend?
like what you get when using the linespoints style?
Thanks for your help
Davide
|