allow for generalized arrays in pgfplots backend
This commit is contained in:
parent
cde041e977
commit
750f96cca7
@ -180,11 +180,11 @@ function pgf_series(sp::Subplot, series::Series)
|
|||||||
end
|
end
|
||||||
|
|
||||||
# PGFPlots can't handle non-Vector?
|
# PGFPlots can't handle non-Vector?
|
||||||
args = map(a -> if typeof(a) <: AbstractVector && typeof(a) != Vector
|
# args = map(a -> if typeof(a) <: AbstractVector && typeof(a) != Vector
|
||||||
collect(a)
|
# collect(a)
|
||||||
else
|
# else
|
||||||
a
|
# a
|
||||||
end, args)
|
# end, args)
|
||||||
|
|
||||||
if st in (:contour, :histogram2d)
|
if st in (:contour, :histogram2d)
|
||||||
style = []
|
style = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user