Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0d5bd3c

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

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.