Skip to content

Commit 719e608

Browse files
committedAug 25, 2023
Add link to docs in README
1 parent cf74669 commit 719e608

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed
 

‎README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,7 @@ A plugin to create Matplotlib plots from napari layers
1515
## Introduction
1616
`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.
1717

18-
## Available widgets
19-
20-
### `Slice`
21-
Plots 1D slices of data along a specified axis.
22-
![](https://raw.githubusercontent.com/matplotlib/napari-matplotlib/main/examples/slice.png)
23-
24-
### `Histogram`
25-
Plots histograms of individual image layers, or RGB histograms of an RGB image
26-
![](https://raw.githubusercontent.com/matplotlib/napari-matplotlib/main/examples/hist.png)
27-
28-
### `Scatter`
29-
Scatters the values of two similarly sized images layers against each other.
30-
![](https://raw.githubusercontent.com/matplotlib/napari-matplotlib/main/examples/scatter.png)
31-
32-
## Installation
33-
34-
You can install `napari-matplotlib` via [pip]:
35-
36-
pip install napari-matplotlib
37-
38-
39-
40-
To install latest development version :
41-
42-
pip install git+https://github.com/matplotlib/napari-matplotlib.git
43-
18+
Documentaiton can be found at https://napari-matplotlib.github.io/
4419

4520
## Contributing
4621

0 commit comments

Comments
 (0)
Please sign in to comment.