From 99c43bd28e2ffaede7c26a1b0ff7f15c0a7720de Mon Sep 17 00:00:00 2001 From: Derek Thomas Date: Sun, 9 Oct 2016 22:53:32 +0800 Subject: [PATCH] add doc-string for mplhooks.show --- xontrib/mplhooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xontrib/mplhooks.py b/xontrib/mplhooks.py index 9f9708bdf..bc9aad840 100644 --- a/xontrib/mplhooks.py +++ b/xontrib/mplhooks.py @@ -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: