Go to the source code of this file.
|
| | plot_membrane_pot.parser = argparse.ArgumentParser(description='Plot membrane potential graphs') |
| |
| | plot_membrane_pot.type |
| |
| | plot_membrane_pot.float |
| |
| | plot_membrane_pot.help |
| |
| | plot_membrane_pot.str |
| |
| | plot_membrane_pot.default |
| |
| | plot_membrane_pot.int |
| |
| | plot_membrane_pot.required |
| |
| | plot_membrane_pot.True |
| |
| | plot_membrane_pot.metavar |
| |
| | plot_membrane_pot.args = parser.parse_args() |
| |
| | plot_membrane_pot.fig = plt.figure(figsize=(cm2inch(12), cm2inch(6.0))) |
| |
| | plot_membrane_pot.ax = fig.add_subplot(111) |
| |
| | plot_membrane_pot.results = np.genfromtxt(args.file, delimiter=',', names=None) |
| |
| | plot_membrane_pot.data = np.zeros((results.shape[0], len(results[0]))) |
| |
| | plot_membrane_pot.xs = np.array(data[:, args.tc]) |
| |
| | plot_membrane_pot.ys = np.array(data[:, args.y]) |
| |
| string | plot_membrane_pot.label = "Membrane Voltage" |
| |
| | plot_membrane_pot.color |
| |
| | plot_membrane_pot.ymin |
| |
| | plot_membrane_pot.ymax |
| |
| | plot_membrane_pot.xmin |
| |
| | plot_membrane_pot.xmax |
| |
| | plot_membrane_pot.results2 = np.genfromtxt(args.sp, delimiter=',', names=None) |
| |
| bool | plot_membrane_pot.first = True |
| |
| | plot_membrane_pot.x |
| |
| | plot_membrane_pot.i |
| |
| | plot_membrane_pot.linestyle |
| |
| | plot_membrane_pot.lw |
| |
| | plot_membrane_pot.spikes = np.zeros((results2.shape[0], len(results2[0]))) |
| |
| | plot_membrane_pot.loc |
| |
| | plot_membrane_pot.bbox_to_anchor |
| |
| | plot_membrane_pot.ncol |
| |
| | plot_membrane_pot.format |
| |
| | plot_membrane_pot.bbox_inches |
| |