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
@series begin
seriestype := shape
seriestype := :shape
series_annotations := nothing
primary := true
x := xsegs.pts
y := ysegs.pts
x := xseg.pts
y := yseg.pts
()
end