fixed bug in getArray

This commit is contained in:
P.M. Sutter 2014-05-28 15:41:29 -05:00
parent cea02c5e31
commit 8b746392b4
2 changed files with 5 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, shiftPart
from void_python_tools.voidUtil import getArray, shiftPart, getVoidPart
def fill_between(x, y1, y2=0, ax=None, **kwargs):
"""Plot filled region between `y1` and `y2`.