From 1faa858690d9d9f07740aa81d8e6111ed63d1d14 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Wed, 1 Apr 2020 13:28:32 +0200 Subject: [PATCH] fix typo --- src/series.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)