remove spurious warning
This commit is contained in:
parent
49ad3a51aa
commit
4f667291bd
@ -1519,7 +1519,6 @@ function getSeriesRGBColor(c, sp::Subplot, n::Int)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function getSeriesRGBColor(c::AbstractArray, sp::Subplot, n::Int)
|
function getSeriesRGBColor(c::AbstractArray, sp::Subplot, n::Int)
|
||||||
@info "it is surprising that this function is called - please report a use case as a Plots issue"
|
|
||||||
map(x->getSeriesRGBColor(x, sp, n), c)
|
map(x->getSeriesRGBColor(x, sp, n), c)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user