From fbb758a546f5b0a16c2f253027e997404c6d3a0a Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 6 May 2020 13:53:52 +0200 Subject: [PATCH] fix error vector arg detection --- src/recipes.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index 3ca33ce9..7a54bfe7 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -71,8 +71,9 @@ const POTENTIAL_VECTOR_ARGUMENTS = [ :marker_z, :markerstrokecolor, :markerstrokealpha, + :xerror, :yerror, - :yerror, + :zerror, :series_annotations, :fillrange, ]