Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5556381

Browse files
committedJun 1, 2023
Fix command names
1 parent c37fea1 commit 5556381

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎src/napari_matplotlib/napari.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@ display_name: napari-matplotlib
33
schema_version: 0.1.0
44
contributions:
55
commands:
6-
- id: napari-matplotlib.histogram
6+
- id: napari_matplotlib.histogram
77
python_name: napari_matplotlib:HistogramWidget
88
title: Make a histogram
99

10-
- id: napari-matplotlib.scatter
10+
- id: napari_matplotlib.scatter
1111
python_name: napari_matplotlib:ScatterWidget
1212
title: Make a scatter plot of image intensities
1313

14-
- id: napari-matplotlib.features_scatter
14+
- id: napari_matplotlib.features_scatter
1515
python_name: napari_matplotlib:FeaturesScatterWidget
1616
title: Make a scatter plot of layer features
1717

18-
- id: napari-matplotlib.slice
18+
- id: napari_matplotlib.slice
1919
python_name: napari_matplotlib:SliceWidget
2020
title: Plot a 1D slice
2121

2222
widgets:
23-
- command: napari-matplotlib.histogram
23+
- command: napari_matplotlib.histogram
2424
display_name: Histogram
2525

26-
- command: napari-matplotlib.scatter
26+
- command: napari_matplotlib.scatter
2727
display_name: Scatter
2828

29-
- command: napari-matplotlib.features_scatter
29+
- command: napari_matplotlib.features_scatter
3030
display_name: FeaturesScatter
3131

32-
- command: napari-matplotlib.slice
32+
- command: napari_matplotlib.slice
3333
display_name: 1D slice

0 commit comments

Comments
 (0)
Please sign in to comment.