Import Measures into Plots
This commit is contained in:
parent
b717cf1dc0
commit
4f6a920f72
@ -138,10 +138,10 @@ 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
|
||||||
const BBox = Measures.Absolute2DBox
|
const BBox = Measures.Absolute2DBox
|
||||||
export BBox, BoundingBox, mm, cm, inch, pt, px, pct, w, h
|
export BBox, BoundingBox, mm, cm, inch, pt, px, pct, w, h
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
importall .PlotMeasures
|
using .PlotMeasures
|
||||||
|
import .PlotMeasures: Length, AbsoluteLength, Measure, width, height
|
||||||
export BBox, BoundingBox
|
export BBox, BoundingBox
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user