From 9f375aef09965f5c4036dc202b9a7a115cc2718a Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Wed, 1 Apr 2020 14:24:34 +0200 Subject: [PATCH] fix single argument recipe --- src/series.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/series.jl b/src/series.jl index b08ce392..c6a90590 100644 --- a/src/series.jl +++ b/src/series.jl @@ -294,7 +294,7 @@ end end end @recipe function f(y) - wrap_surfaces!(plotattribute, y) + wrap_surfaces!(plotattributes, y) newy = _apply_type_recipe(plotattributes, y, :y) if y !== newy newy