module Gnuplot:sig
..end
Library for scientific plotting using gnuplot.
This library implements a simple interface to the gnuplot program. All functions talk to gnuplot through a pipe, so crude animations are possible.
include Gnuplot_common.T
module Bigarray:sig
..end
module Array:sig
..end
REMARK: This interface should not be used if performance is crucial.
module type DATA =sig
..end
The vector and matrix types together with their iterators.
module type PLOT_DATA =sig
..end
The module type returned by functorial interface.
module Make:
Functor building a module to plot the data types described in D
.