packages feed

gnuplot-0.5.2: src/Graphics/Gnuplot/Frame/Option.hs

module Graphics.Gnuplot.Frame.Option (
   -- hide Cons constructor
   T,

   custom,

   title,
   grid,
   size,
   key,
   border,
   pm3d,
   view,

   xRange,
   yRange,
   zRange,

   xLabel,
   yLabel,
   zLabel,

   xTicks,
   yTicks,
   zTicks,

   xLogScale,
   yLogScale,
   zLogScale,

   xData,
   yData,
   zData,

   xFormat,
   yFormat,
   zFormat,

   timeFmt,
   ) where

import Graphics.Gnuplot.Private.FrameOption