Merge fddf11fa7c9afe164da87319d7e937822a742f1f into 9acb89ba8ab78b9252e0c72c7c1285ada2b2abd5
This commit is contained in:
commit
23022c9154
@ -393,6 +393,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