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