Is there any workaround to support this? I can set the tick font as follows:
plot_item = plotwidget1.getPlotItem()
axis = plot_item.getAxis('bottom')
font = QFont("Roboto")
axis.setTickFont(font)
However, there is no function to support the font style of the actual axis
label.
plot_item.setLabel('bottom', 'time') #how to change the font?
--
You received this message because you are subscribed to the Google Groups
"pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/pyqtgraph/e765e34a-e044-494a-a820-16c69c0b29dbn%40googlegroups.com.