parent
1949b6fe0f
commit
fddf11fa7c
@ -394,6 +394,10 @@ function _process_seriesrecipe(plt::Plot, d::KW)
|
|||||||
d[:fillrange] = nothing
|
d[:fillrange] = nothing
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if (d[:seriestype] == :path) && typeof(d[:linecolor]) <: Vector
|
||||||
|
error("1D column vectors not supported for color specification in line plots. Perhaps you meant to use a 2D row vector?")
|
||||||
|
end
|
||||||
|
|
||||||
# if it's natively supported, finalize processing and pass along to the backend, otherwise recurse
|
# if it's natively supported, finalize processing and pass along to the backend, otherwise recurse
|
||||||
if is_seriestype_supported(st)
|
if is_seriestype_supported(st)
|
||||||
sp = _prepare_subplot(plt, d)
|
sp = _prepare_subplot(plt, d)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user