skip maybestrings

This commit is contained in:
Daniel Schwabeneder 2020-04-06 17:25:18 +02:00
parent 54d441b62a
commit 59e4129194

View File

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