Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5efe5c

Browse filesBrowse files
authored
Merge pull request #114 from samcunliffe/mpl-n-to-n-mpl
MPL-N to N-MPL
2 parents 7d7101f + 67cdfc3 commit a5efe5c
Copy full SHA for a5efe5c

File tree

2 files changed

+7
-7
lines changed
Filter options

2 files changed

+7
-7
lines changed

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = "matplotlib-napari"
20+
project = "napari-matplotlib"
2121
copyright = "2022, David Stansby"
2222
author = "David Stansby"
2323

‎docs/index.rst

Copy file name to clipboardExpand all lines: docs/index.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

66
Design
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
1111
map one or more Image layers on to a 1D histogram plot.
1212

1313
.. toctree::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.