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 # ---------------------------------------------------------