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