[bugfix] QWidget.show() killed figure axis dimensions creating unexpected error of fig.aspect=0 when creating colorbar inset_axes in Python 3.11

This commit is contained in:
Marcel Paffrath 2024-03-22 17:10:04 +01:00
parent 9c78471d20
commit f03ace75e7

View File

@ -75,7 +75,6 @@ class Array_map(QtWidgets.QWidget):
self._style = None if not hasattr(parent, '_style') else parent._style
self.show()
def init_map(self):
self.init_colormap()