DIAG: fix diagHeightOffset

This commit is contained in:
hasufell 2014-12-07 20:00:54 +01:00
parent 3398c6d9e3
commit 899e71ab03
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ diagWidthOffset p = diagXmin p + (diagWidth p / 2)
-- |The offset on the y-axis to move the grid and the white rectangle
-- to the right place.
diagHeightOffset :: DiagProp -> Double
diagHeightOffset p = diagYmin p + (diagWidth p / 2)
diagHeightOffset p = diagYmin p + (diagHeight p / 2)
-- |Returns the specified diagram if True is passed,