controls/DebugVariablePanel/GraphButton.py
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2013-06-19 Laurent Bessard Added support for zooming graph so that it fits canvas size in Debug Variable Panel
2013-06-02 Laurent Bessard Rewrite DebugVariablePanel and fixed bugs
2013-05-30 Laurent Bessard Splitted DebugVariableGraphicPanel.py into several files
2013-05-30 Laurent Bessard Move GraphButton from DebugVariableGraphicPanel to separate file