phlower.pl.nxdraw_score
- phlower.pl.nxdraw_score(adata: ~anndata._core.anndata.AnnData, graph_name: str | None = None, layout_name: str | None = None, color: str = 'u', colorbar: bool = True, directed: bool = False, font_size: float = 0, cmap=<matplotlib.colors.ListedColormap object>, **args)
networkx plot continous values
Parameters
- adata: AnnData
an Annodata object
- graph_name: str
graph_name of the starts ends connected graph
- layout_name: str
layout name show the graph
- color: str
the color of the node
- colorbar: bool
show colorbar or not
- directed: bool
show directed graph or not
- font_size: float
the size of the font
- cmap: matplotlib colormap
the colormap of the node