How to fix TypeError: __init__() got an unexpected keyword argument 'location'?

Hi all,
I run:

sc.pl.umap(adata, color =[‘CD4’], frameon = False, layer = ‘scvi_normalized’)


TypeError Traceback (most recent call last)
in
----> 1 sc.pl.umap(adata, color =[‘PECAM1’], frameon = False, layer = ‘scvi_normalized’)

5 frames
/usr/local/lib/python3.7/dist-packages/matplotlib/colorbar.py in init(self, ax, mappable, **kw)
1228 they will need to be customized again. However, if the norm only
1229 changes values of vmin, vmax or cmap then the old formatter
→ 1230 and locator will be preserved.
1231 “”"
1232

TypeError: init() got an unexpected keyword argument ‘location’

Would you please have suggestions to fix this? I appreciate your help!