moritz / svg-plot

Various plot types with SVG output, with Perl 6
Artistic License 2.0
13 stars 5 forks source link

Fix problem with xy-line plots #23

Closed thundergnat closed 6 years ago

thundergnat commented 6 years ago

xy-line plots were closing over some variables when they shouldn't. Add a simple example of an xy-line plot, both to show the problem with closures and to give an example of how the single argument rule affects the y-value array.

moritz commented 6 years ago

Thanks @thundergnat!