1
0
forked from IPKM/nmreval

fix grace export bugs; closes #155

This commit is contained in:
Dominik Demuth
2023-11-23 19:43:50 +01:00
parent 412708cecd
commit e063abc712
3 changed files with 30 additions and 14 deletions

View File

@ -690,6 +690,7 @@ class QGraphWindow(QtWidgets.QGraphicsView, Ui_GraphWindow):
'plots': (self.real_button.isChecked(), self.imag_button.isChecked(), self.error_button.isChecked()),
'children': self.sets,
'active': self._active,
'invert': (self.plotItem.vb.state['xInverted'], self.plotItem.vb.state['yInverted']),
}
in_legend = []