Skip to content

melissawm/napari-matplotlib

This branch is 457 commits behind matplotlib/napari-matplotlib:main.

Folders and files

NameName
Last commit message
Last commit date
May 22, 2023
Apr 29, 2022
May 25, 2023
May 10, 2023
May 22, 2023
May 15, 2023
May 15, 2023
May 10, 2023
Apr 29, 2022
May 2, 2022
May 10, 2023
May 17, 2023
May 10, 2023
May 18, 2023
May 19, 2023

Repository files navigation

napari-matplotlib

License PyPI Python Version tests codecov readthedocs pre-commit.ci status napari hub

A plugin to create Matplotlib plots from napari layers


Introduction

napari-matplotlib is a bridge between napari and matplotlib, making it easy to create publication quality Matplotlib plots based on the data loaded in napari layers.

Available widgets

Slice

Plots 1D slices of data along a specified axis.

Histogram

Plots histograms of individual image layers, or RGB histograms of an RGB image

Scatter

Scatters the values of two similarly sized images layers against each other.

Installation

You can install napari-matplotlib via pip:

pip install napari-matplotlib

To install latest development version :

pip install git+https://github.com/matplotlib/napari-matplotlib.git

Contributing

Contributions are very welcome! Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, napari-matplotlib is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

About

Linking napari layers with Matplotlib plots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%