def pgerry(x, y1, y2, terminal): if PLPLOT: plg.plsmin(0,terminal) plg.plerrx(x,y1,y2) else: plg.pgerry(x,y1,y2,terminal)
def pgerrx(x1, x2, y, terminal): if PLPLOT: plg.plsmin(0,terminal) plg.plerrx(x1,x2,y) else: plg.pgerrx(x1,x2,y,terminal)