From a9d22cfb602a77c38b6700a7f6e0056b9b1d7e1e Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 6 Apr 2020 10:11:00 +0200 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 23d13d77..40ec0213 100644 --- a/src/series.jl +++ b/src/series.jl @@ -226,7 +226,7 @@ function _apply_type_recipe(plotattributes, v::Surface) end end -# don't do anything for nothing +# don't do anything vectors of datapoints and for nothing _apply_type_recipe(plotattributes, v::Nothing, letter) = v _apply_type_recipe(plotattributes, v::AbstractArray{<:MaybeString}, letter) = v _apply_type_recipe(plotattributes, v::AbstractArray{<:Union{Real, Nothing}}, letter) = v