re-added some essential routines; updated example sceipts to reflect new layout

This commit is contained in:
Paul M. Sutter 2024-05-22 15:13:15 -04:00
parent 45f22a2c29
commit 541223fd07
11 changed files with 12 additions and 1308 deletions

View file

@ -24,7 +24,7 @@ from .plotDefs import *
import numpy as np
import os
import pylab as plt
import vide.apTools as vp
import vide.backend.cosmologyTools as vp
from vide.voidUtil import getArray, shiftPart, getVoidPart
def fill_between(x, y1, y2=0, ax=None, **kwargs):