From 33e5a51a28a998683440826eb920fbe664ee1307 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 22 May 2017 14:33:32 +0200 Subject: [PATCH] add submodule Measure --- src/Plots.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Plots.jl b/src/Plots.jl index c75a8e65..eaba8acb 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -133,11 +133,15 @@ ignorenan_extrema(x) = Base.extrema(x) # --------------------------------------------------------- +module Measure 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 +export BBox, BoundingBox # --------------------------------------------------------- include("types.jl")