fix passing a vector of colors
This commit is contained in:
parent
e72fa1dc74
commit
7f2a1db64a
@ -1522,7 +1522,7 @@ function get_series_color(c, sp::Subplot, n::Int, seriestype)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function get_series_color(c::AbstractArray, sp::Subplot, n::Int, seriestype)
|
function get_series_color(c::AbstractArray, sp::Subplot, n::Int, seriestype)
|
||||||
map(x->get_series_color(x, sp, n), c, seriestype)
|
map(x->get_series_color(x, sp, n, seriestype), c)
|
||||||
end
|
end
|
||||||
|
|
||||||
function ensure_gradient!(plotattributes::KW, csym::Symbol, asym::Symbol)
|
function ensure_gradient!(plotattributes::KW, csym::Symbol, asym::Symbol)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user