Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/release-notes/4297.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document the `norm` parameter for {func}`~scanpy.pl.embedding` and related scatter plotting functions {smaller}`zethson`
4 changes: 3 additions & 1 deletion src/scanpy/plotting/legacy/_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
vcenter
The value representing the center of the color scale. Useful for diverging colormaps.
The format is the same as for `vmin`.
Example: ``sc.pl.umap(adata, color='TREM2', vcenter='p50', cmap='RdBu_r')``\
Example: ``sc.pl.umap(adata, color='TREM2', vcenter='p50', cmap='RdBu_r')``
norm
Custom color normalization object from matplotlib. See :ref:`colormapnorms` for details.\
"""

doc_vboundnorm = """\
Expand Down
Loading