From b717cf1dc0cf0832473e332e414b965192d1067e Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 2 Oct 2017 08:24:59 +0200 Subject: [PATCH] Rename submodule to PlotMeasures --- src/Plots.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Plots.jl b/src/Plots.jl index eaba8acb..d3966d09 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -133,14 +133,15 @@ ignorenan_extrema(x) = Base.extrema(x) # --------------------------------------------------------- -module Measure +module PlotMeasures import Measures import Measures: Length, AbsoluteLength, Measure, BoundingBox, mm, cm, inch, pt, width, height, w, h const BBox = Measures.Absolute2DBox export BBox, BoundingBox, mm, cm, inch, pt, px, pct, w, h end -importall Measure + +importall .PlotMeasures export BBox, BoundingBox # ---------------------------------------------------------