Skip to content

Commit 0d5bd3c

Browse files
authored
Merge pull request #85 from matplotlib/fix-tests-badge
dstansby → matplotlib in README.md
2 parents ed39bc0 + 3f5b165 commit 0d5bd3c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# napari-matplotlib
22

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)
44
[![PyPI](https://img.shields.io/pypi/v/napari-matplotlib.svg?color=green)](https://pypi.org/project/napari-matplotlib)
55
[![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)
88
[![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)
99
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-matplotlib)](https://napari-hub.org/plugins/napari-matplotlib)
1010

@@ -19,15 +19,15 @@ A plugin to create Matplotlib plots from napari layers
1919

2020
### `Slice`
2121
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)
2323

2424
### `Histogram`
2525
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)
2727

2828
### `Scatter`
2929
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)
3131

3232
## Installation
3333

@@ -39,7 +39,7 @@ You can install `napari-matplotlib` via [pip]:
3939

4040
To install latest development version :
4141

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

4444

4545
## Contributing

0 commit comments

Comments
 (0)