update comment

This commit is contained in:
Daniel Schwabeneder 2020-04-06 10:11:00 +02:00
parent b433b76a84
commit a9d22cfb60

View File

@ -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