show#
- NDWidget.show(**kwargs)[source]#
Show the widget.
- Parameters:
kwargs (Any) – passed to
Figure.show()- Returns:
In Qt or GLFW, the canvas window containing the Figure will be shown. In a notebook, it will display the plot in the output cell or sidecar.
- Return type:
BaseRenderCanvas