| 1 | initial version |
sage: X = [1, 5, 7, 8, 8.7, 10, 13, 15]
sage: Y = [2, 8, 13, 10, 9, 6.3, 2, -1]
sage: points(zip(X,Y))
Launched png viewer for Graphics object consisting of 1 graphics primitive

| 2 | No.2 Revision |

sage: line(zip(X,Y))

Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.