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 1 commit
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
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
matplotlib-napari
=================
``matplotlib-napari`` is a ``napari`` plugin for generating ``Matplotlib`` plots
from one or more ``napari`` Layers.
``napari-matplotlib`` is a `napari` plugin for generating `Matplotlib` 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``
``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.

Expand Down