B-spline: Difference between revisions

Added closing lang tag to Julia example.
(Added Wren)
(Added closing lang tag to Julia example.)
Line 35:
(208, 254), (241, 330), (164,252), (69, 278), (139, 208), (72, 148), (168, 172)])
plt = plot(map(a -> a.x, controlpoints), map(a -> a.y, controlpoints))
savefig(plt, "BSplineplot.png")</lang>
 
=={{header|Wren}}==
9,485

edits