max_value: float Clip to this value after scaling. If None, do not clip.
max_value: float
import scanpy as sc sc.pp.scale(adata, zero_center=True, max_value=None)