Этот коммит содержится в:
hasufell 2014-10-10 15:34:38 +02:00
родитель 1540bf443e
Коммит 5d5d0b7643
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 220CD1C5BDEED020
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -114,6 +114,7 @@ pointToTextCoord pt =
(x, y) = unp2 pt
-- |Show coordinates as text above all points.
coordPointsText :: Diag
coordPointsText = Diag cpt
where
@ -134,7 +135,7 @@ convexHullPoints = Diag chp
vtch = grahamGetCH vt
-- |Create a diagram which shows the points of the convex hull.
-- |Show coordinates as text above the convex hull points.
convexHullPointsText :: Diag
convexHullPointsText = Diag chpt
where