mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
add doc-string for mplhooks.show
This commit is contained in:
parent
ffded5cc7c
commit
99c43bd28e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue