# Plotting

To leverage FACSPy's plotting capabilities, you can use its `pl` module.

```{eval-rst}
.. module:: FACSPy.pl
```

```{eval-rst}
.. currentmodule:: FACSPy
```

```{eval-rst}
.. autosummary::
    :toctree: ../generated/
    :nosignatures:

    pl.biax
    pl.fold_change
    pl.cluster_frequency
    pl.cluster_abundance
    pl.marker_density
    pl.mfi
    pl.fop
    pl.sample_correlation
    pl.sample_distance
    pl.pca_samplewise
    pl.mds_samplewise
    pl.tsne_samplewise
    pl.umap_samplewise
    pl.cofactor_distribution
    pl.transformation_plot
    pl.gating_strategy
    pl.cell_counts
    pl.gate_frequency
    pl.expression_heatmap
    pl.cluster_heatmap
    pl.cluster_mfi
    pl.cluster_fop
    pl.marker_correlation
    pl.metadata
    pl.umap
    pl.pca
    pl.diffmap
    pl.tsne
```