controls/DebugVariablePanel/DebugVariableGraphicViewer.py
changeset 1785 0ff2a45dcefa
parent 1782 5b6ad7a7fd9d
child 1823 1e9a67d68612
--- 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)