Warning: Constant ABSPATH already defined in /home/osg67w6lkiw5/public_html/wp-config.php on line 20
gnuplot | Nigel Pond – IT Consultant, Red Hat Certified System Administrator (RHCSA), MicroStrategy Certified Engineer (MCE)

Using gnuplot to plot 3D graphs…

Tuesday, October 6th, 2009

…with a little help from awk… For instance the following awk took the list of the 1st 1000 prime numbers and added a column for the difference between each of the prime numbers: “awk ‘{ p = $1; getline; p = $1 – p; print NR” “p” “$1 }’ plist.txt > p8.txt” Here’s the gnuplot […]