MathBar constructor

init

Initializes MathBar with overbar (Top position)

def __init__(self, element):
    ...
ParameterTypeDescription
elementIMathElementThe base element to which the bar is applied

init

Initializes MathBar with specified position

def __init__(self, element, position):
    ...
ParameterTypeDescription
elementIMathElementThe base element to which the bar is applied
positionMathTopBotPositionsPosition of the bar line.

See Also