File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ import Data.Manifold.TreeCover
118118import Data.Manifold.Web
119119import qualified Data.Map.Lazy as Map
120120
121+ import qualified Data.Colour.Manifold as CSp
122+
121123import Data.Tagged
122124
123125import Text.Printf
@@ -578,6 +580,8 @@ instance Plottable (PointsWeb ℝ (Shade' ℝ)) where
578580 locals = Hask. toList $ localFocusWeb web
579581 plot _ = def
580582
583+ instance Plottable (PointsWeb ℝ ² (CSp. Colour ℝ )) where
584+
581585instance Plottable (SimpleTree P2 ) where
582586 plot (GenericTree Nothing ) = plot ([] :: [SimpleTree P2 ])
583587 plot (GenericTree (Just (ctr, root)))
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Library
6161 , glib
6262 , colour >= 2 && < 3
6363 , manifolds >= 0.2.3 && < 0.2.4
64+ , colour-space
6465 , lens < 4.15
6566 Other-Extensions : FlexibleInstances
6667 , TypeFamilies
You can’t perform that action at this time.
0 commit comments