Rename submodule to PlotMeasures

This commit is contained in:
Michael K. Borregaard 2017-10-02 08:24:59 +02:00
parent 33e5a51a28
commit b717cf1dc0

View File

@ -133,14 +133,15 @@ ignorenan_extrema(x) = Base.extrema(x)
# --------------------------------------------------------- # ---------------------------------------------------------
module Measure module PlotMeasures
import Measures import Measures
import Measures: Length, AbsoluteLength, Measure, BoundingBox, mm, cm, inch, pt, width, height, w, h import Measures: Length, AbsoluteLength, Measure, BoundingBox, mm, cm, inch, pt, width, height, w, h
const BBox = Measures.Absolute2DBox const BBox = Measures.Absolute2DBox
export BBox, BoundingBox, mm, cm, inch, pt, px, pct, w, h export BBox, BoundingBox, mm, cm, inch, pt, px, pct, w, h
end end
importall Measure
importall .PlotMeasures
export BBox, BoundingBox export BBox, BoundingBox
# --------------------------------------------------------- # ---------------------------------------------------------