Merge pull request #1128 from mkborregaard/hotfix-measures

Make Measures available in Plots in general too
This commit is contained in:
Michael Krabbe Borregaard 2017-10-03 15:12:27 +02:00 committed by GitHub
commit 6a129bfe92

View File

@ -1,4 +1,4 @@
__precompile__(true) __precompile__(false)
module Plots module Plots
@ -133,6 +133,7 @@ ignorenan_extrema(x) = Base.extrema(x)
# --------------------------------------------------------- # ---------------------------------------------------------
import Measures
module PlotMeasures module PlotMeasures
import Measures import Measures
import Measures: Length, AbsoluteLength, Measure, BoundingBox, mm, cm, inch, pt, width, height, w, h import Measures: Length, AbsoluteLength, Measure, BoundingBox, mm, cm, inch, pt, width, height, w, h