код:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import numpy as np
import matplotlib.pyplot as plt
file_name = 'input-file.txt'
arr = np.fromfile(file_name, float, -1, ' ')
0.009765625000 0.252220750735
0.019531250000 0.251969017881
0.029296875000 0.251551764982