module Gnuplot:Library for scientific plotting using gnuplot.sig..end
This library implements a simple interface to the gnuplot program.
All functions talk to gnuplot through a pipe, so crude animations
are possible.
Author(s): Christophe Troestler (chris_77@sourceforge.net)
Version: 0.8.3
include Gnuplot_common.T
module Bigarray:sig..end
module Array:sig..end
module type DATA =sig..end
module type PLOT_DATA =sig..end
module Make:
D.