Skip to content

Instantly share code, notes, and snippets.

View jreyes1108's full-sized avatar

Juan Reyes jreyes1108

  • UCSD
  • La Jolla, CA.
View GitHub Profile
@jreyes1108
jreyes1108 / gfplot.py
Created February 2, 2012 18:29 — forked from mattkoes/gfplot.py
plot greens functions
# Read local GreensFunction file
# and plot the traces.
#
# Original: Matthew Koessler
# Updated 2/1/12: Juan Reyes jreyes1108 _ at _ gmail.com
#
# To run: % python gfplot.py ~/path_to_file/GreensFunctionFile.gn [GFF2.gn] [GFF3.gn]
from string import *
import os