fix my typos in bar recipe

This commit is contained in:
Daniel Schwabeneder 2021-06-13 09:57:53 +02:00
parent f02fb0d238
commit 99165a5e80

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