Sample Header Ad - 728x90

How to get rid of unnecessary lines in gnuplot

4 votes
1 answer
1720 views
So using gnuplot, and my code looks like this: set isosamples 40 unset key set title "Radial Matrix Elements" set xrange [1:15] set yrange [1:15] set xlabel "n1*" set ylabel "n2*" set zlabel 'R' splot 's1p.pun' u 1:2:4 with lines set view 135,135 replot The output looks like the image below. How do i get rid of the connecting lines and get the same look as if they weren't there? enter image description here
Asked by user72453 (41 rep)
Jun 13, 2014, 07:04 PM
Last activity: Jan 6, 2019, 09:38 PM