From 4f6a920f72fb8bbf3f9124f4e994daa2286f4a17 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 2 Oct 2017 08:28:25 +0200 Subject: [PATCH] Import Measures into Plots --- src/Plots.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plots.jl b/src/Plots.jl index d3966d09..24a9989c 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -138,10 +138,10 @@ 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 .PlotMeasures +using .PlotMeasures +import .PlotMeasures: Length, AbsoluteLength, Measure, width, height export BBox, BoundingBox # ---------------------------------------------------------