From 99165a5e80c8eacd8e283b20c89b75a0eea8d934 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 13 Jun 2021 09:57:53 +0200 Subject: [PATCH] fix my typos in bar recipe --- src/recipes.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/recipes.jl b/src/recipes.jl index 558da726..e36b93f1 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -505,11 +505,11 @@ end # draw the bar shapes @series begin - seriestype := shape + seriestype := :shape series_annotations := nothing primary := true - x := xsegs.pts - y := ysegs.pts + x := xseg.pts + y := yseg.pts () end