Outils d'utilisateurs

Outils du Site


Sidebar

====== Navigation dans le wiki ====== * [[accueil|Accueil]] * [[http://melusine.eu.org/syracuse/contrib/|Syracuse]] //(contributions)// ===== Espaces dédiés ===== * [[pstricks:index|PSTricks]] * [[Pgf/Tikz:index|Pgf/Tikz]] * [[gnuplot:index|Gnuplot]] * [[octave::index|Octave]] ===== Contributeurs ===== * [[mc:index|Maxime Chupin]] * [[cp:index|Christophe Poulain]] * [[jms:index|Jean-Michel Sarlat]] * [[sylcha:index|Sylvain Chambon]] * [[rouxn:index|Nicolas Roux]] * [[tj:index|Thierry Joffredo]] * [[tg:index|Thierry Gauvin]]

gnuplot:gnuplotinaction

**Ceci est une ancienne révision du document !** ----

A PCRE internal error occured. This might be caused by a faulty plugin

====== Gnuplot In Action ====== **Site** : [[http://www.manning.com/janert/]] **Données** : {{:gnuplot:gnuplotinaction.zip}} ===== Chapitre 1 ===== ==== Figure 1.1 ==== <code gnuplot> #!/usr/bin/gnuplot set t png set o "marathon.png" plot "marathon" using 1:2 with boxes </code> {{ :gnuplot:marathon.png }} ==== Figure 1.2 ==== <code gnuplot> #!/usr/bin/gnuplot set t png set o "dlacluster.png" unset border unset xtics unset ytics unset key set size square plot "dlacluster" using 2:3 with dots </code> {{ :gnuplot:dlacluster.png }} ===== Chapitre 5 ===== <code gnuplot> #!/usr/bin/gnuplot set t png set o "test.png" test </code> {{ :gnuplot:test.png }} ===== Chapitre 9 ===== ==== Figure 9.3 ==== <code gnuplot> #!/usr/bin/gnuplot set terminal postscript eps set o "fractal.eps" set pm3d set view map set size square unset surface set isosamples 300 set ytics 0.225,0.02,0.265 set xtics -0.745,0.02,-0.705 unset key set palette defined ( 0 'white', 10 'white', 225 'black', 1500 'white', 9999 'white', 10000 'black') splot "fractal" </code> {{ :gnuplot:fractal.png }}

gnuplot/gnuplotinaction.1254690077.txt.gz · Dernière modification: 2009/10/04 23:01 par jms