LaboratorioSimulacion2
GNUPLOT
G N U P L O T Version 5.0 patchlevel 3 last modified 2016-02-21 Copyright (C) 1986-1993, 1998, 2004, 2007-2016 Thomas Williams, Colin Kelley and many others gnuplot home: http://www.gnuplot.info faq, bugs, etc: type "help FAQ" immediate help: type "help" (plot window: hit 'h') Terminal type set to 'qt' gnuplot> plot "gdr.dat" u 1:3 w l gnuplot> set encoding iso_8859_1 gnuplot> set xlabel "r(\305)" gnuplot> set ylabel "g(r)" gnuplot> replot gnuplot> set term png Terminal type set to 'png' Options are 'nocrop enhanced size 640,480 font "/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf,12" ' gnuplot> set output "gdr.png" gnuplot> replot