silx icon indicating copy to clipboard operation
silx copied to clipboard

[plot3d] Allow to set font used in axes labels

Open t20100 opened this issue 5 years ago • 0 comments

Idea would be to allow to change the font in use for the axes labels, i.e., allow to do the following from the public API:

font = sceneWidget.getSceneGroup()._getScenePrimitive().font
font.name = 'Arial', 'mono'
font.size = 15
font.weight = 74
font.italic = True

t20100 avatar Sep 11 '20 07:09 t20100