Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the user guide for the big picture.
nilearn.plotting.displays.PlotlySurfaceFigure#
- class nilearn.plotting.displays.PlotlySurfaceFigure(figure=None, output_file=None)[source]#
 Implementation of a surface figure obtained with plotly engine.
- Parameters
 - figurePlotly figure instance or 
None, optional Plotly figure instance to be used.
- output_file
strorNone, optional Output file path.
- figurePlotly figure instance or 
 - Attributes
 - figurePlotly figure instance
 Plotly figure. Use this attribute to access the underlying plotly figure for further customization and use plotly functionality.
- output_file
str Output file path.