Bug: AxesSubplot object has no attribute set_facecolor. Deactivated that line.
This commit is contained in:
parent
cc8d301cff
commit
b4eeef55a6
@ -215,7 +215,7 @@ class Array_map(QtGui.QWidget):
|
|||||||
self.status_label = QtGui.QLabel()
|
self.status_label = QtGui.QLabel()
|
||||||
|
|
||||||
self.main_ax = self.figure.add_subplot(111)
|
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,
|
self.canvas = PylotCanvas(self.figure, parent=self._parent, multicursor=True,
|
||||||
panZoomX=False, panZoomY=False)
|
panZoomX=False, panZoomY=False)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user