diff --git a/src/series.jl b/src/series.jl index edc1053b..787c7200 100644 --- a/src/series.jl +++ b/src/series.jl @@ -180,7 +180,7 @@ _apply_type_recipe(plotattributes, v) = RecipesBase.apply_recipe(plotattributes, function _apply_type_recipe(plotattributes, v::AbstractArray) # First we try to apply an array type recipe. w = RecipesBase.apply_recipe(plotattributes, typeof(v), v)[1].args[1] - # If the type did not change try it element-wise + # If it did not change try it element-wise if v == w isempty(skipmissing(v)) && return Float64[] x = first(skipmissing(v))