Skip to content

Commit 1ec14d3

Browse files
committed
Add screenshots to README
1 parent 5e477b0 commit 1ec14d3

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

Diff for: README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@ A plugin to create Matplotlib plots from napari layers
1414
## Introduction
1515
`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.
1616

17-
Currently you can:
17+
## Available widgets
1818

19-
- Draw histograms of individual image layers
20-
- Scatter plot two image layers against each other
19+
### `Slice`
20+
Plots 1D slices of data along a specified axis.
21+
![](https://raw.githubusercontent.com/dstansby/napari-matplotlib/main/examples/slice.png)
2122

22-
Here's a demo of the scatter widget:
23+
### `Histogram`
24+
Plots histograms of individual image layers, or RGB histograms of an RGB image
25+
![](https://raw.githubusercontent.com/dstansby/napari-matplotlib/main/examples/hist.png)
2326

24-
![](https://raw.githubusercontent.com/dstansby/napari-matplotlib/main/examples/short_scatter.gif)
27+
### `Scatter`
28+
Scatters the values of two similarly sized images layers against each other.
29+
![](https://raw.githubusercontent.com/dstansby/napari-matplotlib/main/examples/scatter.png)
2530

2631
## Installation
2732

Diff for: examples/hist.png

1.06 MB
Loading

Diff for: examples/scatter.png

1.09 MB
Loading

Diff for: examples/short_scatter.gif

-3.12 MB
Binary file not shown.

Diff for: examples/slice.png

1.11 MB
Loading

0 commit comments

Comments
 (0)