weird bug for log-scaling fixed; fixes T248
This commit is contained in:
@ -419,7 +419,7 @@ class QGraphWindow(QtWidgets.QGraphicsView, Ui_GraphWindow):
|
||||
|
||||
self.plotItem.updateLogMode()
|
||||
|
||||
self.set_range(x=r[0], y=r[1])
|
||||
self.plotItem.enableAutoRange()
|
||||
|
||||
def enable_picking(self, enabled: bool):
|
||||
if enabled:
|
||||
|
Reference in New Issue
Block a user