I\'m trying to change the color of the axes of a pyqtgraph diagram to black, but if I use self.graphWidget.getAxis(\'bottom\').setPen(\'k\') the grid is also bl
self.graphWidget.getAxis(\'bottom\').setPen(\'k\')