mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
bug fixes
This commit is contained in:
parent
3e75a1ee13
commit
a649b07b54
2 changed files with 2 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue