From 53a4c36aab83ebd00a43ab6efc501d0d7d2e98bf Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Tue, 3 Oct 2017 15:12:01 +0200 Subject: [PATCH] Make Measures available in Plots in general too --- src/Plots.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 24a9989c..560588db 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots @@ -133,6 +133,7 @@ ignorenan_extrema(x) = Base.extrema(x) # --------------------------------------------------------- +import Measures module PlotMeasures import Measures import Measures: Length, AbsoluteLength, Measure, BoundingBox, mm, cm, inch, pt, width, height, w, h