File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717
1818# -- Project information -----------------------------------------------------
1919
20- project = "matplotlib- napari"
20+ project = "napari-matplotlib "
2121copyright = "2022, David Stansby"
2222author = "David Stansby"
2323
Original file line number Diff line number Diff line change 1- matplotlib- napari
1+ napari-matplotlib
22=================
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.
55
66Design
77------
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
1111map one or more Image layers on to a 1D histogram plot.
1212
1313.. toctree ::
You can’t perform that action at this time.
0 commit comments