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, )