Mandatos de entrada para realizr por Gnuplot
set term gif font 'arial' 18 size 1600, 1000
set output 'gnuplot.03.gif'
set datafile separator ';'
set title 'Demo: BDT to GIF Chart' textcolor lt 3 font 'arial,18'
set style data lines
set timefmt '%d/%m/%Y'
set xdata time
set xlabel 'Weeks' textcolor lt 3 font 'arial,18' offset 0, -2
set xrange [ '29/06/2009':'02/02/2015' ]
set xtics rotate by 90 offset 0, -4
set format x '%d/%m/%Y'
set ylabel 'UniqueUsers' textcolor lt 3 font 'arial,18'
set yrange [ 0 : ]
set format y '%g'
set grid
set key left
plot 'gnuplot.03.dat' using 1:2 t 'UniqueUsers'
reset
Gnuplot.Test pruebas de graficos de series temporales con Gnuplot
2015 asolver.com | Aviso legal | XHTML | Δ Θ Ξ | Creative Commons | Mapa y funciones del sitio