| 1 | initial version |
If you have the following content in test.sage
v = [(1,10),(2,20)]
p1=line(v)
p1.show()
and you run the command
$sage test.sage
| 2 | No.2 Revision |
If you have the following content in test.sage
v = [(1,10),(2,20)]
p1=line(v)
p1.show()
and you run the command
$sage test.sage
Then it works. Notice the additional line involving 'show'.
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.