gnuplot-0.4: src/Graphics/Gnuplot/Private/Graph.hs
module Graphics.Gnuplot.Private.Graph where import qualified Graphics.Gnuplot.Private.FrameOptionSet as OptionSet class C graph where command :: graph -> String toString :: graph -> String defltOptions :: OptionSet.T graph