Plot coordinate pairs: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added highlighting and whitespace to the REXX section header.)
m (→‎{{header|Perl 6}}: correct value for plot method)
Line 1,539: Line 1,539:
values => [@y,],
values => [@y,],
title => 'Coordinate Pairs',
title => 'Coordinate Pairs',
).plot(:xy-lines);</lang>
).plot(:lines);</lang>
[[File:Coordinate-pairs-perl6.svg]]
[[File:Coordinate-pairs-perl6.svg]]