Merge pull request #1128 from mkborregaard/hotfix-measures
Make Measures available in Plots in general too
This commit is contained in:
commit
6a129bfe92
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user