cgn

Function summary
close-gnuplot
format-gnuplot text
plot-function funcio
plot-points x y &key x_error y_error
postscript-copy filename os
replot-function funcio
set-grid on-off
set-range eix min max
set-title text
start-gnuplot
update
CGN    [Package]
*gnuplot*    [Variable]

Gnuplot's connection

start-gnuplot    [Function]

Runs gnuplot as a subprocess. This should be the first function to call.

format-gnuplot   text  [Function]

Sends a command to gnuplot

close-gnuplot    [Function]

Closes gnuplot

update    [Function]

Refreshes the screen. This should not be called by the user.

set-title   text  [Function]

Sets the window title

set-grid   on-off  [Function]

Activates/deactivates the grid.

plot-function   funcio  [Function]

Shows a 1-variable function.

replot-function   funcio  [Function]

Shows a n-variable function on gnuplot / replot version. '

set-range   eix min max  [Function]

Sets the x or y range

plot-points   x y &key x_error y_error  [Function]

This functions shows scatter plots, with x and y errors if desired

postscript-copy   filename os  [Function]

Saves a postscript copy of the screen . You must specify you os, mainly 'w32 if you use windows. For another os, you must use 'unix.