From b60007cde9d9404355deb91d6f55eb47ba47b2a2 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Wed, 18 Mar 2020 01:28:29 +0100 Subject: [PATCH] update comment --- src/series.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))