Improve haddock comments
This commit is contained in:
parent
85a00951ba
commit
c0be077f15
@ -77,9 +77,8 @@ yuD :: DiagProp -> Double
|
|||||||
yuD = snd . dY
|
yuD = snd . dY
|
||||||
|
|
||||||
|
|
||||||
|
-- |Creates a Diagram that shows the coordinates from the points
|
||||||
-- |Creates a Diagram that shows the coordinates from the VTable
|
-- as dots. The points and thickness of the dots can be controlled
|
||||||
-- as dots. The VTable and thickness of the dots can be controlled
|
|
||||||
-- via DiagProp.
|
-- via DiagProp.
|
||||||
showCoordinates :: Diag
|
showCoordinates :: Diag
|
||||||
showCoordinates = Diag f
|
showCoordinates = Diag f
|
||||||
@ -132,7 +131,7 @@ showWhiteRectB = Diag f
|
|||||||
h' = yuD p - ylD p
|
h' = yuD p - ylD p
|
||||||
|
|
||||||
|
|
||||||
-- |Create the Diagram from the VTable.
|
-- |Create the Diagram from the points.
|
||||||
diag :: DiagProp -> [PT] -> Diagram Cairo R2
|
diag :: DiagProp -> [PT] -> Diagram Cairo R2
|
||||||
diag p = case alg p of
|
diag p = case alg p of
|
||||||
0 -> mkDiag
|
0 -> mkDiag
|
||||||
|
Loading…
Reference in New Issue
Block a user