added FlexibleInstances Pragma

This commit is contained in:
louis 2016-02-19 02:34:55 +01:00 committed by Andrew Gibiansky
parent 4994f13d88
commit 864a8d34f7

View File

@ -1,3 +1,4 @@
{-# LANGUAGE FlexibleInstances #-}
{- There are 3 types of plots to consider in haskell-gnuplot: Plot, Frame and Multiplot.
Plot types are the actual plots, whereas Frame types are plots with additional options
e.g. custom axes tics, graph title etc.. Multiplots are collections of 2D and/or 3D plots.