diff -r 64beb9e9c749 -r 0ff2a45dcefa controls/DebugVariablePanel/DebugVariableGraphicViewer.py --- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py Mon Aug 21 23:22:58 2017 +0300 +++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py Tue Aug 22 12:45:06 2017 +0300 @@ -1088,8 +1088,8 @@ # matplotlib coordinate canvas_ratio = 1. / height # Divide by canvas height in pixel graph_ratio = 1. / ( - (1.0 - (CANVAS_BORDER[0] + CANVAS_BORDER[1]) * canvas_ratio) - * height) # Divide by figure height in pixel + (1.0 - (CANVAS_BORDER[0] + CANVAS_BORDER[1]) * canvas_ratio) * + height) # Divide by figure height in pixel # Update position of figure (keeping up and bottom border the same # size)