controls/DebugVariablePanel/DebugVariableGraphicViewer.py
changeset 1964 b9318fc8f033
parent 1878 fb73a6b6622d
child 1973 cc7a46953471
equal deleted inserted replaced
1963:cded8d8a0485 1964:b9318fc8f033
    50 GRAPH_PARALLEL, GRAPH_ORTHOGONAL = range(2)
    50 GRAPH_PARALLEL, GRAPH_ORTHOGONAL = range(2)
    51 
    51 
    52 # Canvas height
    52 # Canvas height
    53 [SIZE_MINI, SIZE_MIDDLE, SIZE_MAXI] = [0, 100, 200]
    53 [SIZE_MINI, SIZE_MIDDLE, SIZE_MAXI] = [0, 100, 200]
    54 
    54 
    55 CANVAS_BORDER = (20., 10.)  # Border height on at bottom and top of graph
    55 CANVAS_BORDER = (30., 20.)  # Border height on at bottom and top of graph
    56 CANVAS_PADDING = 8.5        # Border inside graph where no label is drawn
    56 CANVAS_PADDING = 8.5        # Border inside graph where no label is drawn
    57 VALUE_LABEL_HEIGHT = 17.    # Height of variable label in graph
    57 VALUE_LABEL_HEIGHT = 17.    # Height of variable label in graph
    58 AXES_LABEL_HEIGHT = 12.75   # Height of variable value in graph
    58 AXES_LABEL_HEIGHT = 12.75   # Height of variable value in graph
    59 
    59 
    60 # Colors used cyclically for graph curves
    60 # Colors used cyclically for graph curves