Explicite selection
A plotting style is usually selected using the with keyword, like
plot x with points
This allows to use different plotting styles for every plot:
plot x with points, 2*x with lines
Typing help with in the gnuplot command window gives a list of all available plotting styl...