graphinglib.SmartFigure.show#
- SmartFigure.show(fullscreen: bool = False) Self[source]#
Plots and displays the
SmartFigure. Thesave()method is recommended to see properly what the figure looks like, as the display may not show the full figure or the appropriate spacings in some cases.Warning
If the SmartFigure contains a general legend and the legend location is set to an “outside” position, it may not be displayed correctly in matplotlib windows. Inline figures in a Jupyter notebook or saving the figure to a file using the
save()method are recommended to get the figure properly displayed.- Parameters:
- fullscreenbool, optional
If True, the figure will be displayed in fullscreen mode. Defaults to
False.
- Returns:
- Self
The same SmartFigure instance, allowing for method chaining.