From b4eeef55a6d89ca78987508a6923b85929e71b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Mon, 9 Sep 2019 14:40:51 +0200 Subject: [PATCH] Bug: AxesSubplot object has no attribute set_facecolor. Deactivated that line. --- pylot/core/util/array_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/util/array_map.py b/pylot/core/util/array_map.py index 207d7d03..dbb71cdb 100644 --- a/pylot/core/util/array_map.py +++ b/pylot/core/util/array_map.py @@ -215,7 +215,7 @@ class Array_map(QtGui.QWidget): self.status_label = QtGui.QLabel() self.main_ax = self.figure.add_subplot(111) - self.main_ax.set_facecolor('0.7') + #self.main_ax.set_facecolor('0.7') self.canvas = PylotCanvas(self.figure, parent=self._parent, multicursor=True, panZoomX=False, panZoomY=False)