mne.viz.set_3d_title#
- mne.viz.set_3d_title(figure, title, size=40, *, color='white', position='upper_left')[source]#
 Configure the title of the given scene.
- Parameters:
 - figureobject
 The scene which is modified.
- title
str The title of the scene.
- size
int The size of the title.
- colormatplotlib color
 The color of the title.
New in v1.9.
- position
str The position to use, e.g., “upper_left”. See
pyvista.Plotter.add_text()for details.New in v1.9.
- Returns:
 - textobject
 The text object returned by the given backend.
New in v1.0.