diff --git a/ami/flowchart/library/DisplayWidgets.py b/ami/flowchart/library/DisplayWidgets.py index c01954f..465ad37 100644 --- a/ami/flowchart/library/DisplayWidgets.py +++ b/ami/flowchart/library/DisplayWidgets.py @@ -172,11 +172,11 @@ def __init__(self, topics=None, terms=None, addr=None, uiTemplate=None, parent=N ax = self.plot_view.getAxis('bottom') ax.enableAutoSIPrefix(enable=bool(self.units)) - ax.setZValue(100) + # ax.setZValue(100) ay = self.plot_view.getAxis('left') ay.enableAutoSIPrefix(enable=bool(self.units)) - ay.setZValue(100) + # ay.setZValue(100) self.plot_view.setMenuEnabled(False)