On Mon, Jun 7, 2010 at 3:05 AM, dbjohn wrote:
> I wanted to place a line through two points represented as variables.
> I can do it when explicitly giving coordinates. I wanted to do
> something like this example:
> pointA = point((1,1))
> pointB = point((2,2,))
> myline = line([pointA, pointB])
>
I wanted to place a line through two points represented as variables.
I can do it when explicitly giving coordinates. I wanted to do
something like this example:
pointA = point((1,1))
pointB = point((2,2,))
myline = line([pointA, pointB])
Though I am getting errors like: ValueError: need more than