File tree 6 files changed +10
-22
lines changed
6 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 0.3 .0
4
+ 1.0 .0
5
5
-----
6
6
7
7
New features
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
napari-matplotlib
2
2
=================
3
- `` napari-matplotlib `` is a ` Napari <https://napari.org >`_ plugin for generating
3
+ A ` napari <https://napari.org >`_ plugin for generating
4
4
`Matplotlib <https://matplotlib.org/ >`_ plots from one or more ``napari `` Layers.
5
5
6
- Design
7
- ------
8
- ``napari-matplotlib `` contains a number of different ``napari `` Widgets. Each
9
- widget is designed to map one or more ``napari `` Layers on to a ``matplotlib `` plot.
6
+ This plugin provides a number of different ``napari `` Widgets. Each
7
+ widget is designed to map one or more ``napari `` Layers on to a ``Matplotlib `` plot.
10
8
As an example, the `~.HistogramWidget ` is used to
11
9
map one or more Image layers on to a 1D histogram plot.
12
10
13
- .. toctree ::
14
- :maxdepth: 1
15
-
16
- guide/index
11
+ .. image :: _static/hist.png
12
+ :alt: Screenshot of the napari viewer showing the napari-matplotlib histogram widget on the right hand side of the screen.
17
13
18
14
.. toctree ::
19
15
:maxdepth: 1
20
- :caption: Reference
16
+ :hidden:
21
17
18
+ user_guide
19
+ third_party
22
20
api
23
21
changelog
Original file line number Diff line number Diff line change 1
1
Third-party plugins
2
2
===================
3
- This page explains how ``napari-matplotlib `` can be used within third party plugins.
4
-
5
- ``napari-matplotlib `` provides a ready-to-go widget with a Matplotlib toolbar and figure to third party plugin developers
3
+ ``napari-matplotlib `` provides a ready-to-go widget with a Matplotlib toolbar and figure to third party plugin developers.
6
4
This widget is customised to match the theme of the main napari window.
7
5
8
6
The widget can be found at `napari_matplotlib.base.NapariMPLWidget `.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments