File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,31 +3,31 @@ display_name: napari-matplotlib
3
3
schema_version : 0.1.0
4
4
contributions :
5
5
commands :
6
- - id : napari-matplotlib .histogram
6
+ - id : napari_matplotlib .histogram
7
7
python_name : napari_matplotlib:HistogramWidget
8
8
title : Make a histogram
9
9
10
- - id : napari-matplotlib .scatter
10
+ - id : napari_matplotlib .scatter
11
11
python_name : napari_matplotlib:ScatterWidget
12
12
title : Make a scatter plot of image intensities
13
13
14
- - id : napari-matplotlib .features_scatter
14
+ - id : napari_matplotlib .features_scatter
15
15
python_name : napari_matplotlib:FeaturesScatterWidget
16
16
title : Make a scatter plot of layer features
17
17
18
- - id : napari-matplotlib .slice
18
+ - id : napari_matplotlib .slice
19
19
python_name : napari_matplotlib:SliceWidget
20
20
title : Plot a 1D slice
21
21
22
22
widgets :
23
- - command : napari-matplotlib .histogram
23
+ - command : napari_matplotlib .histogram
24
24
display_name : Histogram
25
25
26
- - command : napari-matplotlib .scatter
26
+ - command : napari_matplotlib .scatter
27
27
display_name : Scatter
28
28
29
- - command : napari-matplotlib .features_scatter
29
+ - command : napari_matplotlib .features_scatter
30
30
display_name : FeaturesScatter
31
31
32
- - command : napari-matplotlib .slice
32
+ - command : napari_matplotlib .slice
33
33
display_name : 1D slice
You can’t perform that action at this time.
0 commit comments