Commit caca5d0
File tree
Expand file treeCollapse file tree
5 files changed
+51
-8
lines changedFilter options
- src/napari_matplotlib
Expand file treeCollapse file tree
5 files changed
+51
-8
lines changedsrc/napari_matplotlib/base.py
Copy file name to clipboardExpand all lines: src/napari_matplotlib/base.py+11-4Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
| ||
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
68 | 75 |
|
69 | 76 |
|
70 | 77 |
|
| ||
104 | 111 |
|
105 | 112 |
|
106 | 113 |
|
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
111 | 118 |
|
112 | 119 |
|
113 | 120 |
|
|
src/napari_matplotlib/histogram.py
Copy file name to clipboardExpand all lines: src/napari_matplotlib/histogram.py+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
| ||
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 |
| - |
| 19 | + |
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
|
src/napari_matplotlib/scatter.py
Copy file name to clipboardExpand all lines: src/napari_matplotlib/scatter.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
| ||
84 | 85 |
|
85 | 86 |
|
86 | 87 |
|
87 |
| - |
| 88 | + |
| 89 | + |
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
|
src/napari_matplotlib/slice.py
Copy file name to clipboardExpand all lines: src/napari_matplotlib/slice.py+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 |
| - |
| 21 | + |
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
|
src/napari_matplotlib/util.py
Copy file name to clipboard+29Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
0 commit comments