Hi,I want to give the user the ability to change the color of the font and grid on a plot widget after it's already created. I've found a straightforward way to change the background, but have more difficulty changing the other colors. Any suggestions?
plot.getAxis('bottom').setPen('w')
Lukep.setLabel('bottom', 'Label with <span style="color: #f00">color</span>')