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.savefig

saves a figure to a specific path

pyleoclim.utils.plotting.in_notebook

Functions to sense a notebook environment