Skip to content

Commit

Permalink
include plt.show, plt.close
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Mar 21, 2019
1 parent aa6c8c7 commit e05990f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scprep/_lazyload.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'ListedColormap', 'LinearSegmentedColormap',
'LogNorm', 'SymLogNorm', 'PowerNorm'],
'pyplot': ['scatter', 'rcParams', 'subplots',
'hist', 'setp'],
'hist', 'setp', 'close', 'show'],
'animation': ['FuncAnimation'],
'cm': ['tab10'],
'axes': ['Axes'],
Expand Down

0 comments on commit e05990f

Please sign in to comment.