Secciones de la página

gnuplot. 03. htm


HyperText markup language


Árbol de ficheros

Tol

Artículos del sitio

Presentación de Tol

Todos los programas

Simuladores visuales

Sitios que me gustan

Por categorías

Algoritmia

Búsqueda y ordenación

Computación fisiológica

Editorial y edición

Gráficos de datos

Herramientas y utilidades

Hipertexto

Informática forense

Lectura óptica de datos

Metaprogramación

No determinista

Ofimática

Recursión e iteración

Reglas y restricciones

Series y estadística









gnuplot.03.htm de Gnuplot.Test

Pagina Html con el grafico de Gnuplot

HyperText markup language

<!doctype html public "-//W3C//DTD HTML 4.01//EN"> 
<html>
<head>
<meta name="description"   content="GnuPlot demo">
<meta name="keywords"      content="GnuPlot, Gif">
<meta name="author"        content="asolver.com">
<meta name="generator"     content="hand made and Tol">
<meta name="DC.language"   content="spanish">
<link type="text/css" rel="stylesheet" href="gnuplot.03.css"/>
<title>GnuPlot demo</title>
</head>

<body>

<table cellpadding=0 cellspacing=2 width="100%" bgcolor="#FFFFFF" border=0>
<tr valign=middle>
<td bgcolor="#005477" width="100%">
  <h1>Gnuplot demo: Bdt to Gif</h1>
  <h2>Show how to write a gif chart from a single time serie stored in</h2>
  <h2>a Tol Bdt file</h2>
</td>

<tr valign=middle>
<td bgcolor="#FFFFFF" width="100%" align=left>
  <img src="gnuplot.03.gif" width="100%"></td>
</tr>

<tr valign=middle>
<td bgcolor="#FFFFFF" width="100%" align=left>
<code><pre>
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
</pre></code>
</td>
</tr>

</table>

</body>
</html>

Árbol de ficheros

Gnuplot.Test pruebas de graficos de series temporales con Gnuplot

2015 asolver.com | Aviso legal | XHTML | Δ Θ Ξ | Creative Commons | Mapa y funciones del sitio

Tol