Utilizzare sessioni di Gnuplot in TeXmacs

Gnuplot è un'applicazione flessibile e potente per disegnare grafici di funzioni, che può essere scaricato da

    http://gnuplot.sf.net

Per richiamare Gnuplot in TeXmacs si utilizza TestoSessioneGnuplot. Qui di seguito vi è un esempio di sessione:

This is a TeXmacs interface for GNUplot.
GNUplot]

plot [-10:10][-10:10] x+sin(x)

GNUplot]

set noclip

set yrange[-30:10]

plot x*(abs((x-4)/(x+4)))**(1./2.)

GNUplot]

set pm3d hidden 100

set style line 100 lt 3

set nosurface

set size 0.7,1

set view 80,180,1,1

set noborder

set noxtics ~set noytics ~set noztics

set parametric

set samples 36

set isosamples 20,36

set ticslevel 0

set nocolorbox

set urange [0:pi] ~set vrange [0:2*pi]

splot sin(u)*cos(v),sin(u)*sin(v),cos(u)

GNUplot]

Gnuplot supporta molte caratteristiche per creare eccellenti grafici. Se il numero di comandi è più di uno, si devono separare con un simbolo ~ o con una riga. Ricordiamo che si inizia una nuova riga usando S-invio.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".