packages feed

gnuplot-0.4: src/Graphics/Gnuplot/Graph/ThreeDimensional.hs

module Graphics.Gnuplot.Graph.ThreeDimensional (
   T,
   Type,

--   deflt,

   lineSpec,

   impulses,
   vectors,
   pm3d,
   ) where

import Graphics.Gnuplot.Private.Graph3D
import Graphics.Gnuplot.Private.Graph3DType hiding (T, )

import Prelude hiding (lines, )