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