Re: Overlapping co-ordiantes of rectangles fail to print in python

2016-11-17 Thread BartC
On 17/11/2016 14:27, aruns...@gmail.com wrote: I am working with following code in which I am trying to output co ordinates of overlapping rectangles.. However the code fails to output the co ordinates. I am customizing the following code This is the input 1.6 1.2 7.9 3.1 1.2 1.6 3.4 7.2 2.6

Re: Overlapping co-ordiantes of rectangles fail to print in python

2016-11-17 Thread Peter Pearson
On Thu, 17 Nov 2016 06:27:49 -0800 (PST), aruns...@gmail.com wrote: > I am working with following code in which I am trying to output co > ordinates of overlapping rectangles.. However the code fails to > output the co ordinates. I am customizing the following code [about 100 lines of code remo

Overlapping co-ordiantes of rectangles fail to print in python

2016-11-17 Thread arunsocs
I am working with following code in which I am trying to output co ordinates of overlapping rectangles.. However the code fails to output the co ordinates. I am customizing the following code This is the input 1.6 1.2 7.9 3.1 1.2 1.6 3.4 7.2 2.6 11.6 6.8 14.0 9.6 1.2 11.4 7.5 9.6 1.7 14.1 2.8