diff --git a/src/series.jl b/src/series.jl index f646469b..b08ce392 100644 --- a/src/series.jl +++ b/src/series.jl @@ -226,7 +226,7 @@ end # don't do anything for datapoints or nothing _apply_type_recipe(plotattributes, v::AbstractArray{<:DataPoint}, letter) = v -_apply_type_recipe(plotattributes, v::Nothing, leter) = v +_apply_type_recipe(plotattributes, v::Nothing, letter) = v # axis args before type recipes should still be mapped to all axes function _preprocess_axis_args!(plotattributes)