Merge branch 'dev' of github.com:tbreloff/Plots.jl into dev
This commit is contained in:
commit
26d0dfbf3d
@ -7,6 +7,7 @@ using Compat
|
||||
using Reexport
|
||||
@reexport using Colors
|
||||
using Requires
|
||||
using FixedSizeArrays
|
||||
|
||||
export
|
||||
Plot,
|
||||
|
||||
@ -244,7 +244,7 @@ type OHLC{T<:Real}
|
||||
end
|
||||
|
||||
|
||||
@require FixedSizeArrays begin
|
||||
# @require FixedSizeArrays begin
|
||||
|
||||
export
|
||||
P2,
|
||||
@ -309,4 +309,4 @@ end
|
||||
BezierCurve([p, upper_control, inside_control_points..., lower_control, q])
|
||||
end
|
||||
|
||||
end
|
||||
# end
|
||||
|
||||
@ -483,7 +483,7 @@ end
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
|
||||
@require FixedSizeArrays begin
|
||||
# @require FixedSizeArrays begin
|
||||
|
||||
unzip{T}(x::AVec{FixedSizeArrays.Vec{2,T}}) = T[xi[1] for xi in x], T[xi[2] for xi in x]
|
||||
unzip{T}(x::FixedSizeArrays.Vec{2,T}) = T[x[1]], T[x[2]]
|
||||
@ -496,7 +496,7 @@ end
|
||||
createKWargsList(plt, [xy[1]], [xy[2]]; kw...)
|
||||
end
|
||||
|
||||
end
|
||||
# end
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user