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'.