グラフは5つのスタイル'lines'、'points'、'linespoints'、'impluses'および'dots'のうちの1つで表示できる。
デフォルトのスタイルはset function styleとset data stykeコマンドで選択される。
【書式】 with <style> {<linetype> {<pointtype>}} <style> : lines, points, linespoints, impulses, dotsから選択。 <linetype>, <pointtype> : 正の整数を指定。
例:
plot sin(x) with impulese
plot [-9:30] sin(x) with points, cos(x)
plot [] [-2:5] tan(x), "data.1" with 1
plot 'leastsq.dat' w i
plot sin(x) with line 1, cos(x) with line 1
plot sin(x) with linesp 1 3, cos(x) with linesp 1 4
plot "data" with points 1 3