diff -r c3c3d1318130 -r 69dfdb26f600 controls/DebugVariablePanel/DebugVariableGraphicViewer.py --- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py Tue Aug 15 17:01:51 2017 +0300 +++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py Tue Aug 15 22:38:43 2017 +0300 @@ -1092,8 +1092,8 @@ # Update position of figure (keeping up and bottom border the same # size) self.Figure.subplotpars.update( - top= 1.0 - CANVAS_BORDER[1] * canvas_ratio, - bottom= CANVAS_BORDER[0] * canvas_ratio) + top=1.0 - CANVAS_BORDER[1] * canvas_ratio, + bottom=CANVAS_BORDER[0] * canvas_ratio) # Update position of items labels if self.GraphType == GRAPH_PARALLEL or self.Is3DCanvas(): @@ -1296,7 +1296,7 @@ # Add plot to canvas self.Axes.plot(x_data[:, 1][:length], y_data[:, 1][:length], - zs = z_data[:, 1][:length]) + zs=z_data[:, 1][:length]) # Display cursor in canvas if a cursor tick is defined and # it is include in values tick range