File tree Expand file tree Collapse file tree 6 files changed +10
-22
lines changed
Expand file tree Collapse file tree 6 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.3 .0
4+ 1.0 .0
55-----
66
77New features
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11napari-matplotlib
22=================
3- `` napari-matplotlib `` is a ` Napari <https://napari.org >`_ plugin for generating
3+ A ` napari <https://napari.org >`_ plugin for generating
44`Matplotlib <https://matplotlib.org/ >`_ plots from one or more ``napari `` Layers.
55
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.
108As an example, the `~.HistogramWidget ` is used to
119map one or more Image layers on to a 1D histogram plot.
1210
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.
1713
1814.. toctree ::
1915 :maxdepth: 1
20- :caption: Reference
16+ :hidden:
2117
18+ user_guide
19+ third_party
2220 api
2321 changelog
Original file line number Diff line number Diff line change 11Third-party plugins
22===================
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.
64This widget is customised to match the theme of the main napari window.
75
86The 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