fix my typos in bar recipe

This commit is contained in:
Daniel Schwabeneder 2021-06-13 09:57:53 +02:00
parent d14ad23163
commit d0196b2fcc

View File

@ -505,11 +505,11 @@ end
# draw the bar shapes # draw the bar shapes
@series begin @series begin
seriestype := shape seriestype := :shape
series_annotations := nothing series_annotations := nothing
primary := true primary := true
x := xsegs.pts x := xseg.pts
y := ysegs.pts y := yseg.pts
() ()
end end