diff --git a/src/series.jl b/src/series.jl index df45576a..0e021767 100644 --- a/src/series.jl +++ b/src/series.jl @@ -216,6 +216,7 @@ function _apply_type_recipe(plotattributes, v::AbstractArray, letter) end # special handling for Surface... need to properly unwrap and re-wrap +_apply_type_recipe(plotattributes, v::Surface{<:AMat{MaybeString}}, letter) = v _apply_type_recipe( plotattributes, v::Surface{<:AMat{<:Union{AbstractFloat, Integer, Missing}}},