Skip to content

MPL-N to N-MPL #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# -- Project information -----------------------------------------------------

project = "matplotlib-napari"
project = "napari-matplotlib"
copyright = "2022, David Stansby"
author = "David Stansby"

Expand Down
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
matplotlib-napari
napari-matplotlib
=================
``matplotlib-napari`` is a ``napari`` plugin for generating ``Matplotlib`` plots
from one or more ``napari`` Layers.
``napari-matplotlib`` is a `Napari <https://napari.org>`_ plugin for generating
`Matplotlib <https://matplotlib.org/>`_ plots from one or more ``napari`` Layers.

Design
------
``matplotlib-napari`` contains a number of different ``napari`` widgets. Each
widget is designed to map one or more ``napari`` Layers on to a ``Matplotlib``
plot. As an example, the `~.HistogramWidget` is used to
``napari-matplotlib`` contains a number of different ``napari`` Widgets. Each
widget is designed to map one or more ``napari`` Layers on to a ``matplotlib`` plot.
As an example, the `~.HistogramWidget` is used to
map one or more Image layers on to a 1D histogram plot.

.. toctree::
Expand Down