[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:
parent
9c78471d20
commit
f03ace75e7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user