From 65b950937884b518a037a6ae74d6557075dd030e Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Tue, 21 Jun 2022 17:05:04 +0200 Subject: [PATCH] Allow to change axes from ArrayImagePlot --- src/silx/gui/data/NXdataWidgets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/silx/gui/data/NXdataWidgets.py b/src/silx/gui/data/NXdataWidgets.py index 54ea287807..ff7898b864 100644 --- a/src/silx/gui/data/NXdataWidgets.py +++ b/src/silx/gui/data/NXdataWidgets.py @@ -1,7 +1,7 @@ # coding: utf-8 # /*########################################################################## # -# Copyright (c) 2017-2021 European Synchrotron Radiation Facility +# Copyright (c) 2017-2022 European Synchrotron Radiation Facility # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -381,7 +381,6 @@ def __init__(self, parent=None): # not closable self._selector = NumpyAxesSelector(self) - self._selector.setNamedAxesSelectorVisibility(False) self._selector.selectionChanged.connect(self._updateImage) self._auxSigSlider = HorizontalSliderWithBrowser(parent=self)