File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# -- Project information -----------------------------------------------------
19
19
20
- project = "matplotlib- napari"
20
+ project = "napari-matplotlib "
21
21
copyright = "2022, David Stansby"
22
22
author = "David Stansby"
23
23
Original file line number Diff line number Diff line change 1
- matplotlib- napari
1
+ napari-matplotlib
2
2
=================
3
- ``matplotlib- napari `` is a `` napari `` plugin for generating `` Matplotlib `` plots
4
- from one or more ``napari `` Layers.
3
+ ``napari-matplotlib `` is a `Napari < https:// napari.org >`_ plugin for generating
4
+ ` Matplotlib < https://matplotlib.org/ >`_ plots from one or more ``napari `` Layers.
5
5
6
6
Design
7
7
------
8
- ``matplotlib- napari `` contains a number of different ``napari `` widgets . Each
9
- widget is designed to map one or more ``napari `` Layers on to a ``Matplotlib ``
10
- plot. As an example, the `~.HistogramWidget ` is used to
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.
10
+ As an example, the `~.HistogramWidget ` is used to
11
11
map one or more Image layers on to a 1D histogram plot.
12
12
13
13
.. toctree ::
You can’t perform that action at this time.
0 commit comments