add doc-string for mplhooks.show

This commit is contained in:
Derek Thomas 2016-10-09 22:53:32 +08:00
parent ffded5cc7c
commit 99c43bd28e

View file

@ -131,6 +131,7 @@ def buf_to_color_str(buf):
def show():
'''Run the mpl display sequence by printing the most recent figure to console'''
try:
minimal = __xonsh_env__['XONTRIB_MPL_MINIMAL']
except KeyError: