Answers for "gnuplot plot lines"

1

gnuplot plot lines

# Set linestyle 1 to blue (#0060ad)
set style line 1 \
    linecolor rgb '#0060ad' \
    linetype 1 linewidth 2 \
    pointtype 7 pointsize 1.5

plot 'plotting_data1.dat' with linespoints linestyle 1
Posted by: Guest on January-10-2021

Browse Popular Code Answers by Language