Marsilea: Declarative creation of composable visualization#
Marsilea is a Python library for creating composable visualizations in a declarative way. It is built on top of Matplotlib and provides a high-level API for you to puzzle different visualizations together like logo.
If you use Marsilea in your research, please cite: Marsilea: an intuitive generalized framework for composable visualizations — Genome Biology, 2024
Related Projects
Easy legend creation: legendkit | Documentation
Font management: mpl-fontkit
Installation#
Install via pip:
$ pip install marsilea
Documentation Sections#
Tutorial
Gallery
API Reference
How-To