wulfric.PlotlyEngine.show#
method
- PlotlyEngine.show(axes_visible=True, legend_position='top', **kwargs)[source]#
Shows the figure in the interactive mode.
- Parameters:
- axes_visiblebool, default True
Whether to show axes.
- legend_positionstr, default "top"
Positions of the legend, case insensitive.
- **kwargs
Passed directly to the .update_layout().