# Plotting: `pl`

```{eval-rst}
.. module:: campmc.pl
.. currentmodule:: campmc
```

Helpers for visualizing CAMP partitions (assignments, metacell size distributions)
and for metric ECDFs and line plots (e.g. from sweep tables). Executable examples on
each function page are rendered at documentation build time.

Per-metacell cell counts (no plot) live in {func}`campmc.mt.metacell_sizes`.

```{eval-rst}
.. autosummary::
   :nosignatures:

   pl.assignment
   pl.metric_ecdf
   pl.metric_lines
   pl.sizes
```

```{toctree}
:hidden:
:maxdepth: 1

pl_assignment
pl_metric_ecdf
pl_metric_lines
pl_sizes
```
