showfig (pyleoclim.utils.plotting.showfig)
- pyleoclim.utils.plotting.showfig(fig, close=False)[source]
Show the figure
- Parameters
fig (matplotlib.pyplot.figure) – The matplotlib figure object
close (bool) – if True, close the figure automatically
See also
pyleoclim.utils.plotting.savefigsaves a figure to a specific path
pyleoclim.utils.plotting.in_notebookFunctions to sense a notebook environment