On 12/27/2011 06:14 AM, Yigit Turgut wrote:
On Dec 26, 8:58 pm, Lie Ryan wrote:
On 12/27/2011 04:08 AM, Yigit Turgut wrote:
not your fault, I made a mistake when copy-pasteing the code, here's the
fixed code:
from itertools import izip_longest
def to_square(data):
sq_data = [[], []]
On Dec 26, 8:58 pm, Lie Ryan wrote:
> On 12/27/2011 04:08 AM, Yigit Turgut wrote:
>
>
>
>
>
>
>
>
>
> > On Dec 26, 11:28 am, Lie Ryan wrote:
> >> On 12/26/2011 05:27 AM, Yigit Turgut wrote:
>
> >>> On Dec 25, 7:06 pm, Rick Johnson wrote:
> On Dec 25, 9:33 am, Yigit Turgut wrote:
>
On 12/27/2011 04:08 AM, Yigit Turgut wrote:
On Dec 26, 11:28 am, Lie Ryan wrote:
On 12/26/2011 05:27 AM, Yigit Turgut wrote:
On Dec 25, 7:06 pm, Rick Johnsonwrote:
On Dec 25, 9:33 am, Yigit Turgutwrote:
Hi all,
I have a text file as following;
0.2000470.00
On Dec 26, 11:28 am, Lie Ryan wrote:
> On 12/26/2011 05:27 AM, Yigit Turgut wrote:
>
>
>
>
>
>
>
>
>
> > On Dec 25, 7:06 pm, Rick Johnson wrote:
> >> On Dec 25, 9:33 am, Yigit Turgut wrote:
> >>> Hi all,
>
> >>> I have a text file as following;
>
> >>> 0.200047 0.00
> >>> 0.200053
On 12/26/2011 05:27 AM, Yigit Turgut wrote:
On Dec 25, 7:06 pm, Rick Johnson wrote:
On Dec 25, 9:33 am, Yigit Turgut wrote:
Hi all,
I have a text file as following;
0.2000470.00
0.2000530.16
0.2000590.00
0.2000650.08
0.2000720.
On Dec 25, 7:06 pm, Rick Johnson wrote:
> On Dec 25, 9:33 am, Yigit Turgut wrote:
> > Hi all,
>
> > I have a text file as following;
>
> > 0.200047 0.00
> > 0.200053 0.16
> > 0.200059 0.00
> > 0.200065 0.08
> > 0.200072 0.00
> > 0.200078
On Dec 25, 9:33 am, Yigit Turgut wrote:
> Hi all,
>
> I have a text file as following;
>
> 0.200047 0.00
> 0.200053 0.16
> 0.200059 0.00
> 0.200065 0.08
> 0.200072 0.00
> 0.200078 0.16
>
> And I am trying to plot it with ;
>
> filen
Hi all,
I have a text file as following;
0.2000470.00
0.2000530.16
0.2000590.00
0.2000650.08
0.2000720.00
0.2000780.16
And I am trying to plot it with ;
filenames = sys.argv[1:]
if len(filenames) == 0:
filenames = [sys.