pyPLUTO.show#
- pyPLUTO.utils.pytools.show(block: bool = True) None[source]#
Show the figures created.
- Parameters:
- - block: bool, default True
If True, the function blocks until the figure is closed.
- Returns:
- None
Examples
Example #1: Shows the image created
>>> pp.show()