Make Measures available in Plots in general too

This commit is contained in:
Michael K. Borregaard 2017-10-03 15:12:01 +02:00
parent eb36f4eca0
commit 53a4c36aab

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