bug fixes

This commit is contained in:
P.M. Sutter 2014-05-28 11:54:27 -05:00
parent 3e75a1ee13
commit a649b07b54
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@ import numpy as np
import os
import pylab as plt
import void_python_tools.apTools as vp
from void_python_tools.voidUtil import getArray
from void_python_tools.voidUtil import getArray, shiftPart
def fill_between(x, y1, y2=0, ax=None, **kwargs):
"""Plot filled region between `y1` and `y2`.