peek_show#

sunpy.visualization.peek_show(func)[source]#

A decorator to place on peek() methods to show the figure.

The peek() method should return the figure then this method will attempt to show it in the correct way. This decorator will not return the figure to the user.