Parameters

# Python Packages # Matplotlib v1.2.0 32-bit # Numpy v1.6.2 32-bit # Scipy v0.13.2 32-bit # ##### import sys, os, getopt, glob, re. from math import * import matplotlib.pyplot as plt. import matplotlib. import numpy as np. from matplotlib.backends.backend_pdf import PdfPages. ERR = sys.stderr.write. OUT = sys.stdout.write # For diagnostic ... ................
................