From 04f0d7f63ec1f5841c3f049ebc48b9cb8e7f120c Mon Sep 17 00:00:00 2001 From: WilliamHPNielsen Date: Wed, 14 Jun 2017 16:48:21 +0200 Subject: [PATCH] style: Remove obsolete TODO comment --- qcodes/utils/wrappers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcodes/utils/wrappers.py b/qcodes/utils/wrappers.py index 384033439fcd..9dcc88070083 100644 --- a/qcodes/utils/wrappers.py +++ b/qcodes/utils/wrappers.py @@ -150,7 +150,7 @@ def _create_plot(plot, i, name, data, counter_two, j, k): else: # measured values to the left subplot.getAxis('left').enableAutoSIPrefix(False) - # Avoid misleading default xrange (TODO: how to generalise to 2D?) + # Avoid misleading default xrange if startranges is not None: subplot = plot.subplots[j + k] rangefuns = ['setXRange', 'setYRange']