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']