# set terminal pngcairo background "#ffffff" enhanced fontscale 1.0 size 640, 480 dashlength 2 # set output 'lines_arrows.4.png' set style line 1 linecolor rgb "red" linewidth 3.000 dashtype 2 pointtype 2 pointsize default set style line 2 linecolor rgb "orange" linewidth 2.000 dashtype 2 pointtype 2 pointsize default set style line 3 linecolor rgb "yellow" linewidth 3.000 dashtype 2 pointtype 2 pointsize default set style line 4 linecolor rgb "green" linewidth 2.000 dashtype 2 pointtype 2 pointsize default set offsets 0.05, 0.05, 0, 0 set pointintervalbox 1.5 set style data linespoints set style function linespoints unset xtics unset ytics set title "The pointnumber property is similar, but limits the total number of points" set xrange [ -0.500000 : 3.30000 ] noreverse set yrange [ -1.00000 : 1.40000 ] noreverse set bmargin 6 unset colorbox NO_ANIMATION = 1 myencoding = "utf8" ## Last datafile plotted: "+" plot '+' using 1:(cos(x-1.)) with line lt -1 lc "blue" lw 2 title 'lines only', '+' using 1:(cos(x-.8)) lt -1 pt 6 title 'linespoints default', '+' using 1:(cos(x-.6)) lt -1 pn -32 pt "✲" title 'pn 32', '+' using 1:(cos(x-.4)) lt -1 pn -8 pt "D" title 'pn 8', '+' using 1:(cos(x-.2)) lt -1 pn -4 pt "C" title 'pn 4'