An open API service indexing awesome lists of open source software.

https://github.com/scverse/anndata-plot


https://github.com/scverse/anndata-plot

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# anndata-plot

[![Tests][badge-tests]][tests]
[![Documentation][badge-docs]][documentation]

[badge-tests]: https://img.shields.io/github/actions/workflow/status/scverse/anndata-plot/test.yaml?branch=main
[badge-docs]: https://img.shields.io/readthedocs/anndata-plot

plotting primitives at the ecosystem level

## Getting started

Please refer to the [documentation][],
in particular, the [API documentation][].

## Installation

You need to have Python 3.10 or newer installed on your system.
If you don't have Python installed, we recommend installing [uv][].

There are several alternative options to install anndata-plot:

1. Install the latest development version:

```bash
pip install git+https://github.com/scverse/anndata-plot.git@main
```

## Release notes

See the [changelog][].

## Contact

For questions and help requests, you can reach out in the [scverse discourse][].
If you found a bug, please use the [issue tracker][].

## Citation

> t.b.a

[uv]: https://github.com/astral-sh/uv
[scverse discourse]: https://discourse.scverse.org/
[issue tracker]: https://github.com/scverse/anndata-plot/issues
[tests]: https://github.com/scverse/anndata-plot/actions/workflows/test.yaml
[documentation]: https://anndata-plot.readthedocs.io
[changelog]: https://anndata-plot.readthedocs.io/en/latest/changelog.html
[api documentation]: https://anndata-plot.readthedocs.io/en/latest/api.html
[pypi]: https://pypi.org/project/anndata-plot