remove @show
This commit is contained in:
parent
8b7695b20a
commit
921c9d1b52
@ -47,7 +47,6 @@ function series_vector(v::AVec, plotattributes)
|
|||||||
series_vector(Vector{MaybeString}(v), plotattributes)
|
series_vector(Vector{MaybeString}(v), plotattributes)
|
||||||
else
|
else
|
||||||
try
|
try
|
||||||
@show typeof(v)
|
|
||||||
series_vector(string.(v), plotattributes)
|
series_vector(string.(v), plotattributes)
|
||||||
catch
|
catch
|
||||||
vcat((series_vector(vi, plotattributes) for vi in v)...)
|
vcat((series_vector(vi, plotattributes) for vi in v)...)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user