1
1
# napari-matplotlib
2
2
3
- [ ![ License] ( https://img.shields.io/pypi/l/napari-matplotlib.svg?color=green )] ( https://github.com/dstansby /napari-matplotlib/raw/main/LICENSE )
3
+ [ ![ License] ( https://img.shields.io/pypi/l/napari-matplotlib.svg?color=green )] ( https://github.com/matplotlib /napari-matplotlib/raw/main/LICENSE )
4
4
[ ![ PyPI] ( https://img.shields.io/pypi/v/napari-matplotlib.svg?color=green )] ( https://pypi.org/project/napari-matplotlib )
5
5
[ ![ Python Version] ( https://img.shields.io/pypi/pyversions/napari-matplotlib.svg?color=green )] ( https://python.org )
6
- [ ![ tests] ( https://github.com/dstansby /napari-matplotlib/workflows/tests/badge.svg )] ( https://github.com/dstansby /napari-matplotlib/actions )
7
- [ ![ codecov] ( https://codecov.io/gh/dstansby /napari-matplotlib/branch/main/graph/badge.svg )] ( https://codecov.io/gh/dstansby /napari-matplotlib )
6
+ [ ![ tests] ( https://github.com/matplotlib /napari-matplotlib/workflows/tests/badge.svg )] ( https://github.com/matplotlib /napari-matplotlib/actions )
7
+ [ ![ codecov] ( https://codecov.io/gh/matplotlib /napari-matplotlib/branch/main/graph/badge.svg )] ( https://codecov.io/gh/matplotlib /napari-matplotlib )
8
8
[ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/matplotlib/pytest-mpl/master.svg )] ( https://results.pre-commit.ci/latest/github/matplotlib/pytest-mpl/master )
9
9
[ ![ napari hub] ( https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-matplotlib )] ( https://napari-hub.org/plugins/napari-matplotlib )
10
10
@@ -19,15 +19,15 @@ A plugin to create Matplotlib plots from napari layers
19
19
20
20
### ` Slice `
21
21
Plots 1D slices of data along a specified axis.
22
- ![ ] ( https://raw.githubusercontent.com/dstansby /napari-matplotlib/main/examples/slice.png )
22
+ ![ ] ( https://raw.githubusercontent.com/matplotlib /napari-matplotlib/main/examples/slice.png )
23
23
24
24
### ` Histogram `
25
25
Plots histograms of individual image layers, or RGB histograms of an RGB image
26
- ![ ] ( https://raw.githubusercontent.com/dstansby /napari-matplotlib/main/examples/hist.png )
26
+ ![ ] ( https://raw.githubusercontent.com/matplotlib /napari-matplotlib/main/examples/hist.png )
27
27
28
28
### ` Scatter `
29
29
Scatters the values of two similarly sized images layers against each other.
30
- ![ ] ( https://raw.githubusercontent.com/dstansby /napari-matplotlib/main/examples/scatter.png )
30
+ ![ ] ( https://raw.githubusercontent.com/matplotlib /napari-matplotlib/main/examples/scatter.png )
31
31
32
32
## Installation
33
33
@@ -39,7 +39,7 @@ You can install `napari-matplotlib` via [pip]:
39
39
40
40
To install latest development version :
41
41
42
- pip install git+https://github.com/dstansby /napari-matplotlib.git
42
+ pip install git+https://github.com/matplotlib /napari-matplotlib.git
43
43
44
44
45
45
## Contributing
0 commit comments